How to position object using forward, top and center coordinates in opengl.
- by Artyom
Hello
I have a scene and an object placed in some coordinates. I can transform the object using
glTranslate(center) and then glRotate...
But how do I rotate an object not using angles but rather directions top and forward?
Thanks