Class threedee.TransformedLight
A transformed light
Defined in: TransformedLight.js.
Constructor Attributes | Constructor Name and Description |
---|---|
threedee.TransformedLight(light, transform)
Constructs a new transformed light
|
Method Attributes | Method Name and Description |
---|---|
getLight()
Returns the light.
|
|
Returns the position
|
Class Detail
threedee.TransformedLight(light, transform)
Constructs a new transformed light
- Parameters:
- {!threedee.Light} light
- The light
- {!threedee.Matrix} transform
- The transformation matrix
Method Detail
{!threedee.Light}
getLight()
Returns the light.
- Returns:
- {!threedee.Light} light The light
{!threedee.Vector}
getPosition()
Returns the position
- Returns:
- {!threedee.Vector} The light position