C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class AcousticsSpaceObject

Defined in:  C4SpaceObjects.h
The ShadowSpaceObject class encapsulates data pertaining to an acoustic space.
Definition

class AcousticsSpaceObject : public SpaceObject, public BoxVolume

Constructor

AcousticsSpaceObject(const Vector3D& size);

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

AcousticsSpace