Searched defs:gl_light (Results 1 – 1 of 1) sorted by relevance
338 struct gl_light struct340 GLfloat Ambient[4]; /**< ambient color */341 GLfloat Diffuse[4]; /**< diffuse color */342 GLfloat Specular[4]; /**< specular color */343 GLfloat EyePosition[4]; /**< position in eye coordinates */344 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */345 GLfloat SpotExponent;346 GLfloat SpotCutoff; /**< in degrees */347 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */348 GLfloat ConstantAttenuation;[all …]