|
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 | |
| using | Ocean::Rendering::GlobalIllumination::LightPair = std::pair< SmartObjectRef< GILightSource >, HomogenousMatrix4 > |
| Definition of a pair holding a light source and a homogenous matrix. | |
| using | Ocean::Rendering::GlobalIllumination::LightSources = std::vector< LightPair > |
| Definition of a vector holding light pairs. | |