class IlluminanceSpaceObject
Defined in:
The C4SpaceObjects.h
IlluminanceSpaceObject
class encapsulates data pertaining to an illuminance space.
Definition
class IlluminanceSpaceObject : public SpaceObject, public BoxVolume
Constructor
IlluminanceSpaceObject(const Vector3D& size, const Integer3D& resolution);
Parameters
size |
The size of the box bounding the illuminance space. |
resolution |
The resolution of the volumetric lighting texture. |
Description
Base Classes
SpaceObject |
A IlluminanceSpaceObject is an object that can be shared by multiple illuminance space nodes.
|
BoxVolume |
A IlluminanceSpaceObject is represented by a generic box volume.
|