Visual Servoing Platform
version 3.6.1 under development (2024-12-17)
|
#include <visp3/ar/vpPanda3DLight.h>
Public Member Functions | |
virtual | ~vpPanda3DLightable ()=default |
virtual void | addLight (const vpPanda3DLight &light)=0 |
Interface for objects, scenes or other Panda3D related data that can be lit by a vpPanda3DLight.
Definition at line 226 of file vpPanda3DLight.h.
|
virtualdefault |
|
pure virtual |
Light this lightable object with a new light.
light |
Implemented in vpPanda3DRendererSet, and vpPanda3DLightableScene.
Referenced by vpPanda3DRendererSet::addLight().