Panda3DLight¶
- class Panda3DLight¶
Bases:
pybind11_object
Base class for a Light that can be added to a Panda3D scene.
Note that modifying any object that inherits from this class after the method addToScene has been called * will not update the rendered light.
Methods
Get the light's color.
Get the name of the light.
Inherited Methods
Operators
__annotations__
__doc__
__module__
Attributes
__annotations__
- __init__(*args, **kwargs)¶
- getColor(self) visp._visp.core.RGBf ¶
Get the light’s color.
- Returns:
const vpRGBf &