class PaintSpaceObject
Defined in:
The C4SpaceObjects.h
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