Class Index | File Index

Classes


Class threedee.PointLight


Extends .
A Point light
Defined in: PointLight.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new point light
Method Summary
Method Attributes Method Name and Description
 
Returns the light color
 
setColor(color)
Sets the light color
Class Detail
threedee.PointLight(color)
Constructs a new point light
Parameters:
{threedee.Color=} color
Optional light color. Defaults to white.
Method Detail
{!threedee.Color} getColor()
Returns the light color
Returns:
{!threedee.Color} The light color

setColor(color)
Sets the light color
Parameters:
{!threedee.Color} color
The light color to set.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 03 2012 16:18:57 GMT+0100 (CET)