glColor3f, and lighting

Started by
1 comment, last by Nibbles 22 years, 2 months ago
Hi, i''m trying to use glColor3f to add some color to some quads, however the lighting seems to make it useless. the quads are only the color of the light. is this normal? thanks, scott
Advertisement
Hello there,

if lighting is enabled you need to change the material
properties using glMaterial...

you can use glColor to change the material properties
however if you enable GL_COLOR_MATERIAL

Hope it helps

Mark
thanks, that''s exactly what i was looking for

This topic is closed to new replies.

Advertisement