Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::Rendering::GLESceneGraph::GLESLightSource |
This class is the base class for all GLESceneGraph light sources. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::Rendering | |
Namespace of the Rendering library. | |
Ocean::Rendering::GLESceneGraph | |
Namespace of the Rendering GLESceneGraph library. | |
Typedefs | |
typedef std::pair< SmartObjectRef< GLESLightSource >, HomogenousMatrix4 > | Ocean::Rendering::GLESceneGraph::LightPair |
Definition of a pair combinding light sources with transformation matrices. More... | |
typedef std::vector< LightPair > | Ocean::Rendering::GLESceneGraph::Lights |
Definition of a set holding light sources. More... | |