Where should i organize my matrices in a 3D Game engine?
- by Need4Sleep
I'm working with a group of people from around the world to create a game engine(and hopefully a game with it) within the next upcoming years. My first task was writing a camera class for the engine to use in order to add cameras to the scene, position and follow points in the scene.
The problem i have is with using matrices for transformations…