C4 Engine
C4 Engine API Documentation

class PaintSpaceObject

Defined in:  C4SpaceObjects.h
The PaintSpaceObject class encapsulates data pertaining to a paint space.
Definition

class PaintSpaceObject : public SpaceObject, public BoxVolume

Constructor

PaintSpaceObject(const Vector3D& size, const Integer2D& resolution);

Parameters
size The size of the box.
resolution The resolution of the paint texture. This must be a power of two between the values of kPaintMinResolution and kPaintMaxResolution, inclusive.
Description
Base Classes
SpaceObject A PaintSpaceObject is an object that can be shared by multiple paint space nodes.
BoxVolume A PaintSpaceObject is represented by a generic box volume.
See Also

PaintSpace