C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class AmbientSpace

Defined in:  C4Spaces.h
The AmbientSpace class represents an ambient space node in a world.
Definition

class AmbientSpace : public Space

Constructor

AmbientSpace(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
Space An ambient space is a specific type of space.
See Also

AmbientSpaceObject