You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Owned by the OpenGLRenderer, ParticleRenderer iterates all the ParticleEmitters and updates their Particle vectors and renders them using the particle shader.
Particle data is uploaded to an SSBO and instanced rendered.
Implement particle simulation and rendering using OpenGL using GPU only compute.
The text was updated successfully, but these errors were encountered: