bigtime
11-30-2003, 10:39 AM
I am trying to enable culling using
glEnable(GL_CULL);
but apparently, my VC++ compiler complains
saying
error C2065: 'GL_CULL' : undeclared identifier
glEnable(GL_CULL);
but apparently, my VC++ compiler complains
saying
error C2065: 'GL_CULL' : undeclared identifier