Color Material Mode
•
I didn’t find this previously.
•
Causes the material property specified to
track the value of the current color
(glColor*)
•
glColorMaterial(face, mode)
•
“face” and “mode” are same as for
glMaterial.
•
Must use glEnable (see example)