Namespace sandboxe.component.renderLight.type
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Enumerator of different types of lights.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
sandboxe.component.renderLight.type.directional
When given to a renderLight as the type, the light becomes a
location-independent directional light.
|
<static> |
sandboxe.component.renderLight.type.point
When given to a renderLight as the type, the light becomes a
fixed-point type light in 3D space.
|
Field Detail
<static>
sandboxe.component.renderLight.type.directional
When given to a renderLight as the type, the light becomes a
location-independent directional light. In this case, the position
property is interpreted as a directional vector.
<static>
sandboxe.component.renderLight.type.point
When given to a renderLight as the type, the light becomes a
fixed-point type light in 3D space.