#include <PVLE/Export.h>
#include <PVLE/Util/Util.h>
#include <PVLE/Util/Callback.h>
#include <PVLE/Util/Singleton.h>
#include <osg/LightSource>
#include <osg/observer_ptr>
#include <boost/operators.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | LightSourceUserCallback |
Callback for users of LightSourceManager;. More... | |
class | LightSourceManager |
Manages the users of OSG/OpenGL lights sources (which are limited to 8). More... | |
class | LightSourceManager::User |
Data about a light source user (object, priority and callback). More... |
Definition in file LightSourceManager.h.