![]() |
Visual Servoing Platform version 3.7.0
|
#include <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.
Tutorials
If you are interested in using Panda3D in Augmented Reality applications, you may have a look at:
Definition at line 267 of file vpPanda3DLight.h.
|
virtualdefault |
|
pure virtual |
Light this lightable object with a new light.
| light |
Implemented in vpPanda3DLightableScene, and vpPanda3DRendererSet.
Referenced by vpPanda3DRendererSet::addLight().