class IlluminanceSpace
Defined in:
The C4Spaces.h
IlluminanceSpace
class represents an illuminance space node in a world.
Definition
class IlluminanceSpace final : public Space
Constructor
IlluminanceSpace(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
Space |
An illuminance space is a specific type of space. |
See Also