change camera position

Started by
1 comment, last by shivaunicorn 20 years, 11 months ago
Hi everyone. Please help me,how can we change camera position so that we can see all plane of 3D objects in OpenGL program. Thank you.
Advertisement
What exactly do you meen with "all plane" ?

glTranslatef(0.0f,0.0f,-300.0f);

could help with this

Its me, DarkKiller

-------------------------------------------
What is the Matrix?

Its me, DarkKiller ;)-------------------------------------------What is the Matrix?
Just rotate object around all axes.

This topic is closed to new replies.

Advertisement