Alchemist0823 / three.quarks

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

Importing json adds the object to the scene #46

Closed theripper93 closed 1 year ago

theripper93 commented 1 year ago

When using the loader to load a particle system from a json, the particle system is added to the scene without any code that explicitly adds it to the scene. See fiddle

https://codesandbox.io/s/three-quarks-atom-particle-system-forked-lqtg38?file=/index.html

the scene.add() is commented out but the effect is still visible

Alchemist0823 commented 1 year ago

Hi @theripper93, this was fixed in 0.10.0. https://codesandbox.io/s/three-quarks-atom-particle-system-forked-8o9wm0?file=/index.html