RectangleLight
from panda3d.core import RectangleLight
- class RectangleLight
Bases:
LightLensNode
This is a type of area light that is an axis aligned rectangle, pointing along the Y axis in the positive direction.
New in version 1.10.0.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getMaxDistance()
C++ Interface: get_max_distance(RectangleLight self)
- /**
Returns the maximum distance at which the light has any effect, as previously
specified by set_max_distance.
*/
- get_class_type()
C++ Interface: get_class_type()
- get_max_distance()
C++ Interface: get_max_distance(RectangleLight self)
- /**
Returns the maximum distance at which the light has any effect, as previously
specified by set_max_distance.
*/
- max_distance