|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::Rendering::GlobalIllumination::GILightSource |
| This class is the base class for all Global Illumination light sources. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::Rendering |
| Namespace of the Rendering library. | |
| namespace | Ocean::Rendering::GlobalIllumination |
| Namespace of the Rendering Global Illumination library. | |
Typedefs | |
| typedef std::pair< SmartObjectRef< GILightSource >, HomogenousMatrix4 > | Ocean::Rendering::GlobalIllumination::LightPair |
| Definition of a pair holding a light source and a homogenous matrix. | |
| typedef std::vector< LightPair > | Ocean::Rendering::GlobalIllumination::LightSources |
| Definition of a vector holding light pairs. | |