|
Public Member Functions |
| tuple_of_ints_r_g_b | Color () |
| | Returns the base color of the light.
|
| boolean | IsVolumetric () |
| | Returns true the light is volumetric, false otherwise.
|
| None | SetColor (tuple_of_ints_r_g_b clrNewLightColor=(255, 255, 255)) |
| | Sets the base color of the light.
|
| None | SetSoftness (float fNewSoftness=0) |
| | Sets the softness of the light.
|
| None | SetVolumetric (boolean bNewIsVolumetric=true) |
| | Changes the volumetric state of the light.
|
| float | Softness () |
| | Returns the softness of the light.
|
| VUEFunction | VolumetricDensityFunction () |
| | Returns the smoke/dust density production function of the volumetric light.
|