rzsavilla / BlobsonicEngine

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

Entity Management and processing Performance #39

Open rzsavilla opened 7 years ago

rzsavilla commented 7 years ago

Sorting Entities into layers.

Entities can be sorted into layers which systems will then be responsible for. This means that systems will only process entities within set layers.