Open sornas opened 3 years ago
Particle systems are essentialy tied to the update frequency. We should be able to do the math required for ps.spawn_frequency(50.0) that takes an argument in Hz and spawns particles automatically when the system is updated.
ps.spawn_frequency(50.0)
Particle systems are essentialy tied to the update frequency. We should be able to do the math required for
ps.spawn_frequency(50.0)
that takes an argument in Hz and spawns particles automatically when the system is updated.