-
Task
-
Resolution: Fixed
-
P2: Important
-
6.1
-
None
-
2
-
b59c7a7c96b8bf81b672510bad3c8b58ad3ad70
-
Qt Quick 3D - 2021 - Weeks 5/6, Qt Quick 3D - 2021 - Weeks 7/8
Make particle system optionally deterministic (particles behave exactly the same way on every run). This is done with custom random seed and each random value using particle index & use type. Requires int seed and bool randomizedSeed properties into ParticleSystem.