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