C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class AmbientSpaceObject

Defined in:  C4SpaceObjects.h
The AmbientSpaceObject class encapsulates data pertaining to an ambient space.
Definition

class AmbientSpaceObject : public SpaceObject, public BoxVolume

Constructor

AmbientSpaceObject(const Vector3D& size, int32 x, int32 y, int32 z, const char *name);

Parameters
size The size of the box.
x The width of the ambient texture.
y The height of the ambient texture.
z The depth of the ambient texture.
name The name of the ambient texture.
Description
Base Classes
SpaceObject An AmbientSpaceObject is an object that can be shared by multiple ambient space nodes.
BoxVolume An AmbientSpaceObject is represented by a generic box volume.
See Also

AmbientSpace