Searched defs:gl_light (Results 1 – 1 of 1) sorted by relevance
655 struct gl_light struct657 struct gl_light *next; /**< double linked list with sentinel */ argument658 struct gl_light *prev; argument660 GLfloat Ambient[4]; /**< ambient color */661 GLfloat Diffuse[4]; /**< diffuse color */662 GLfloat Specular[4]; /**< specular color */663 GLfloat EyePosition[4]; /**< position in eye coordinates */664 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */665 GLfloat SpotExponent;666 GLfloat SpotCutoff; /**< in degrees */[all …]