I’m using an immutable SolidParticleSystem to build some static geometry for a scene background. Is there a way to rebuild the SPS and have the position functions calculated again without destroying and readding the particles? I noticed in the source the position functions aren’t called if updatable is set to false.
The updates to the background would be rare but I wanted to just have the objects recalculate and rebuild outside the render loop.