C4 Engine
C4 Engine API Documentation

class IlluminanceSpaceObject

Defined in:  C4SpaceObjects.h
The 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.