Class Index | File Index

Classes


Namespace sandboxe.component.renderLight.type


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Enumerator of different types of lights.
Field Summary
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.
Namespace Detail
sandboxe.component.renderLight.type
Enumerator of different types of lights.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)