LightNode

from panda3d.core import LightNode
class LightNode

Bases:

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

static getClassType() TypeHandle
output(out: ostream)

We have to explicitly publish these because they resolve the multiple inheritance.

write(out: ostream, indent_level: int)