I wrote a program to draw an md2model a while ago, and unfortunately I don't have the source to hand. But one thing I remember is that there is a series of gl_cmds which dictate whether a number of...
Type: Posts; User: maddison
I wrote a program to draw an md2model a while ago, and unfortunately I don't have the source to hand. But one thing I remember is that there is a series of gl_cmds which dictate whether a number of...
Just remember, if you swap the y and z values then y' = z, but z' = -y (due to the fact that the negative z axis goes away from the camera in OpenGL).
I am currently doing a Augmented Reality project for my Honours degree. What I have is a real scene (a model archway) captured by a camcorder, which is mixed with computer generated graphics to...