Camera Translation
Are there any commands other than gluLookAt that can move the camera around.
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
like whats your site, the link on your profile went nowhere.
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
May 17, 2001 05:14 PM
well technically glTranslatef and glRotatef DO move the camera....Its a matter of using them correctly.
gluLookAt is a more comprehensive camera movement.. (it picks an object to look at and place to look at from and the up direction)... It can be replicated by using bunch of glTranslatef and glRotatef calls. (i have done that before I found the gluLookAt command, its a matter of knowing your geometry)
gluLookAt is a more comprehensive camera movement.. (it picks an object to look at and place to look at from and the up direction)... It can be replicated by using bunch of glTranslatef and glRotatef calls. (i have done that before I found the gluLookAt command, its a matter of knowing your geometry)
Well, it just seems that things would be faster if i had a rotate command instead of haveing to do the math for the rotation of the camera?
and, moveing the entire world would have to be slower that moveing the camera.
and, moveing the entire world would have to be slower that moveing the camera.
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement