rzsavilla / BlobsonicEngine

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

Instancing (Instanced Rendering) #34

Open rzsavilla opened 7 years ago

rzsavilla commented 7 years ago

InstancedModel Component

Rendering large numbers of the same model geometry however with different transformations.

This technique is often used for particle systems.