Searched defs:LightParameters (Results  1 – 1 of 1) sorted by relevance
| /external/angle/src/libANGLE/ | 
| D | GLES1State.h | 58 struct LightParameters  struct63     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;
 [all …]
 
 |