C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class BoxGeometry

Defined in:  C4Primitives.h
The BoxGeometry class represents a box primitive node in a world.
Definition

class BoxGeometry : public PrimitiveGeometry

Constructor

BoxGeometry(const Vector3D& size);

Parameters
size The size of the box.
Description
Base Classes
PrimitiveGeometry A box is a specific type of primitive geometry.
See Also

BoxGeometryObject