LightNode
from panda3d.core import LightNode
- class LightNode
-
A derivative of Light and of PandaNode. All kinds of Light except Spotlight (which must inherit from LensNode instead) inherit from this class.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- output()
C++ Interface: output(LightNode self, ostream out)
// We have to explicitly publish these because they resolve the multiple // inheritance.
- /**
*/
- upcastToLight()
C++ Interface: upcast_to_Light(const LightNode self)
upcast from LightNode to Light
- upcastToPandaNode()
C++ Interface: upcast_to_PandaNode(const LightNode self)
upcast from LightNode to PandaNode
- upcast_to_Light()
C++ Interface: upcast_to_Light(const LightNode self)
upcast from LightNode to Light
- upcast_to_PandaNode()
C++ Interface: upcast_to_PandaNode(const LightNode self)
upcast from LightNode to PandaNode