Advertisement

Between glBegin and glEnd

Started by August 13, 2001 10:51 AM
0 comments, last by SCRUB 23 years, 6 months ago
trying to setup options with an if statement between glBegin and glEnd It does seem to work. Is it not possible to do this ... I though it would have been ok , just not to use glTranslate or other such functions!!!
LE SCRUB
You can not use glTranslatef() between glBegin() and glEnd()

This topic is closed to new replies.

Advertisement