Bases: collada.light.Light
Directional light as defined in COLLADA tag <directional> tag.
Create a new directional light.
Parameters: |
|
---|
Methods
__init__(id, color[, xmlnode]) | Create a new directional light. |
bind(matrix) | Binds this light to a transform matrix. |
load(collada, localscope, node) | |
save() | Saves the light’s properties back to xmlnode |
The unique string identifier for the light
Either a tuple of size 3 containing the RGB color value of the light or a tuple of size 4 containing the RGBA color value of the light
ElementTree representation of the light.
Binds this light to a transform matrix.
Parameters: | matrix (numpy.array) – A 4x4 numpy float matrix |
---|---|
Return type: | collada.light.BoundDirectionalLight |