Searched refs:lightWhite (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A DObjectView.h32 lightWhite, enumerator in enum:lights
H A DTeapotWindow.cpp107 msg.ReplaceInt32("color", lightWhite);
140 msg.ReplaceInt32("color", lightWhite);
174 msg.ReplaceInt32("color", lightWhite);
H A DObjectView.cpp225 glLightfv(GL_LIGHT0, GL_SPECULAR, lights[lightWhite].specular);
226 glLightfv(GL_LIGHT0, GL_DIFFUSE,lights[lightWhite].diffuse);
227 glLightfv(GL_LIGHT0, GL_AMBIENT,lights[lightWhite].ambient);

Completed in 95 milliseconds