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

static TypeHandle get_class_type(void)
virtual void output(std::ostream &out) const

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

virtual void write(std::ostream &out, int indent_level = 0) const