AmbientLight

from panda3d.core import AmbientLight
class AmbientLight

Bases:

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

__init__(name: str)
static getClassType() TypeHandle