Lines Matching defs:LightParameters
58 struct LightParameters struct
63 bool enabled = false;
64 ColorF ambient = {0.0f, 0.0f, 0.0f, 1.0f};
65 ColorF diffuse = {0.0f, 0.0f, 0.0f, 1.0f};
66 ColorF specular = {0.0f, 0.0f, 0.0f, 1.0f};
67 angle::Vector4 position = {0.0f, 0.0f, 1.0f, 0.0f};
68 angle::Vector3 direction = {0.0f, 0.0f, -1.0f};
69 GLfloat spotlightExponent = 0.0f;
70 GLfloat spotlightCutoffAngle = 180.0f;
71 GLfloat attenuationConst = 1.0f;
72 GLfloat attenuationLinear = 0.0f;
73 GLfloat attenuationQuadratic = 0.0f;