rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Particle System #17

Open rzsavilla opened 7 years ago

rzsavilla commented 7 years ago

Possible implementation is to use instancing when rendering thousands of particles. Or other solutions. Rendering every single particle will be too expensive to process therefore reduce performance drastically.