please help me.
i'm using opengl to do a program but found out that opengl is very camera dependent. i need to shift my camera around just to show some part of my object. how about directX? is it the same as opengl? please advice
Printable View
please help me.
i'm using opengl to do a program but found out that opengl is very camera dependent. i need to shift my camera around just to show some part of my object. how about directX? is it the same as opengl? please advice
I'm sure if you went to NeHe's site.... http://nehe.gamedev.net/
You'd find that you can do the same with the cameras in both, just in different ways.
You could rotate your object, instead. Both use the same camera functionality that you give it.
Z.