Advertisement

"Disabling" OGL Matrices?

Started by August 11, 2002 05:32 PM
9 comments, last by DanG 22 years, 6 months ago
Instead of using glMultMatrix(d/f), which multiplies the preexisting matrix by the input matrix, use glLoadMatrix(d/f), which only loads it.

This topic is closed to new replies.

Advertisement