C4 Engine
C4 Engine API Documentation

class OcclusionSpaceObject

Defined in:  C4SpaceObjects.h
The OcclusionSpaceObject class encapsulates data pertaining to an occlusion space.
Definition

class OcclusionSpaceObject : public SpaceObject, public BoxVolume

Constructor

OcclusionSpaceObject(const Vector3D& size);

Parameters
size The size of the box.
Description
Base Classes
SpaceObject An OcclusionSpaceObject is an object that can be shared by multiple occlusion space nodes.
BoxVolume An OcclusionSpaceObject is represented by a generic box volume.
See Also

OcclusionSpace