Alchemist0823 / three.quarks

Three.quarks is a general purpose particle system / VFX engine for three.js
https://quarks.art
492 stars 23 forks source link

Max particles #33

Closed marwie closed 1 month ago

marwie commented 1 year ago

Hello,

looks like maxParticle is outdated / not used yet or anymore in the examples? And it seems like the internal property is not used?

https://github.com/Alchemist0823/three.quarks/search?q=maxParticles

Would you recommend handling this manually using the emitters over distance and life?

Alchemist0823 commented 1 year ago

because the new system auto scale maxParticle based on current numbers. Yeah we should have more emission control options

marwie commented 1 year ago

Yeah currently I clamp how many particles I emit to the max count but would be nice if that would be handled internally automatically (if a max count is set)

Alchemist0823 commented 1 month ago

After some consideration, I feel max particles setting is not good design option. It feels like an artificial limit on the particle system.