C4 Engine
C4 Engine API Documentation

class ShadowSpaceObject

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

ShadowSpace