Searched defs:gl_light (Results 1 – 1 of 1) sorted by relevance
622 struct gl_light struct624 struct gl_light *next; /**< double linked list with sentinel */ argument625 struct gl_light *prev; argument627 GLfloat Ambient[4]; /**< ambient color */628 GLfloat Diffuse[4]; /**< diffuse color */629 GLfloat Specular[4]; /**< specular color */630 GLfloat EyePosition[4]; /**< position in eye coordinates */631 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */632 GLfloat SpotExponent;633 GLfloat SpotCutoff; /**< in degrees */[all …]