10-19-2001, 10:57 AM
How do to coding this C code in VB, thanks !
GLfloat specular[] = {1.0,1.0,1.0,1.0 };
glMaterialfv(GL_FRONT,GL_SPECULAR,
specular);
GLfloat specular[] = {1.0,1.0,1.0,1.0 };
glMaterialfv(GL_FRONT,GL_SPECULAR,
specular);
View Full Version : C++ -> VB