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 | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::Rendering | |
Namespace of the Rendering library. | |
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. More... | |
typedef std::vector< LightPair > | Ocean::Rendering::GlobalIllumination::LightSources |
Definition of a vector holding light pairs. More... | |