Substitute for gluLookAt

Started by
1 comment, last by SirTwist 20 years, 4 months ago
Does anybody know how I can exchange gluLookAt() with standard gl code ? Well, surely anybody knows, but would you share this knowledge please ? Thing is, I don´t wanna use glu or glut in my programm and I am trying to build a camera class. Thanks in advance ! Twist
Advertisement
Here''s the sourcecode to the gluLookAt function. Basically it does a few matrix calculations and then uses glMultMatrixd() and glTranslated() to transform the viewpoint.
How do I set my laser printer on stun?
if you wanna create a opengl engine, that means you can''t use glu or glut.why not?
ÔµÀ´£¬Ï§ÔµÔµÈ¥£¬ËæÔµ

This topic is closed to new replies.

Advertisement