LightNode

from panda3d.core import LightNode
class LightNode

Bases: Light, PandaNode

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

Inheritance diagram of LightNode

__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

write()

C++ Interface: write(LightNode self, ostream out, int indent_level)

/**

*/