wphicks / Writing3D

Writing3D is a project to help artists and writers more easily create VR projects
GNU General Public License v3.0
1 stars 8 forks source link

Random choices should be seeded for particle systems #87

Open wphicks opened 7 years ago

wphicks commented 7 years ago

For multi-platform environments, random position and velocity vectors must be chosen identically on each system. This should be done by seeding the RNG appropriately.