Searched defs:gl_light (Results 1 – 1 of 1) sorted by relevance
353 struct gl_light struct355 GLfloat Ambient[4]; /**< ambient color */356 GLfloat Diffuse[4]; /**< diffuse color */357 GLfloat Specular[4]; /**< specular color */358 GLfloat EyePosition[4]; /**< position in eye coordinates */359 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */360 GLfloat SpotExponent;361 GLfloat SpotCutoff; /**< in degrees */362 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */363 GLfloat ConstantAttenuation;[all …]