0
votes
1answer
123 views

Ogre3d or OpenGl or other [closed]

I want to learn Graphics for games or use a game engine. I don't know whether to use ogre3d, I know its a rendering engine however android isn't really supported, Boost is used for multithreaded when ...
0
votes
0answers
212 views

Good C++ based game engine or API/library to start with? [closed]

I am involved in a team study at college this year, and we will be working with graphics and game engines. We're having a bit of trouble deciding on how to start out in the course (it is almost all ...
0
votes
1answer
112 views

Split vector vs matrix notation for transformation

Some rendering engines like Ogre prefer to use a individual vector based notation for transformations like the following Split vector notation: Net Transformation is represented by Scale vector = sx, ...