AmbientLight

class AmbientLight

Bases: LightNode

A light source that seems to illuminate all points in space at once. This kind of light need not actually be part of the scene graph, since it has no meaningful position.

Inheritance diagram

Inheritance diagram of AmbientLight

explicit AmbientLight(std::string const &name)

Do not call the copy constructor directly; instead, use make_copy() or copy_subgraph() to make a copy of a node.

static TypeHandle get_class_type(void)