Angelo1211 / HybridRenderingEngine

Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
MIT License
1.16k stars 119 forks source link

Remove unnecessary STL calls to vector.h #1

Closed Angelo1211 closed 4 years ago

Angelo1211 commented 5 years ago

Mesh, Model and Scene classes use vector.h as a container in cases where it might not be necessary at all. Evaluate if this is the case and come up with alternative.

Angelo1211 commented 4 years ago

Closing, project is not actively maintained anymore.