Package bpy :: Module types :: Class UserSolidLight
[hide private]
[frames] | no frames]

Class UserSolidLight

The Solid Light Object

Light used for OpenGL lighting in solid draw mode.

References

Instance Variables [hide private]
float array of 3 items in [-inf, inf] diffuse_color
The diffuse color of the OpenGL light.
float array of 3 items in [-inf, inf] direction
The direction that the OpenGL light is shining.
boolean enabled
Enable this OpenGL light in solid draw mode.
float array of 3 items in [-inf, inf] specular_color
The color of the lights specular highlight.