Advertisement

Seperate Speculare colors

Started by November 20, 2001 09:49 AM
2 comments, last by Eber Kain 23 years, 3 months ago
I want to enable this, but i get an unidinified symbol error for each param? glLightModeli(GL_LIGHT_MODEL_COLOR_CONTRL,GL_SEPERATE_SPECULAR_COLOR);
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
Use glLightModeli(GL_LIGHT_MODEL_COLOR_CONTROL_EXT, GL_SEPARATE_SPECULAR_COLOR_EXT) and be sure to include glext.h

Btw, totally off-topic but these smilies, especially the crying one, makes me laugh for some reason
-----------------------------Yes, this is a very witty signature.
Advertisement
I dont have a glext.h file??

Where do i get it?
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
www.opengl.org

This topic is closed to new replies.

Advertisement