Developer Documentation
|
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getObject (int _identifier, LightObject *&_object) |
LightNode * | PluginFunctions::lightNode (BaseObjectData *_object) |
Get a LightNode from an object. More... | |
LightObject * | PluginFunctions::lightObject (BaseObjectData *_object) |
Cast an BaseObject to a LightObject if possible. More... | |
LightSource * | PluginFunctions::lightSource (BaseObjectData *_object) |
Get the lightSource in this Object. More... | |
DLLEXPORT LightSource * | PluginFunctions::lightSource (LightObject *_object) |
Get the lightSource in this Object. More... | |
This file contains functions which can be used by plugins to access lights in the framework.
Definition in file PluginFunctionsLight.hh.