sornas / lingon

1 stars 0 forks source link

Set spawn rate for particles #60

Open sornas opened 3 years ago

sornas commented 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.