class PaintSpace
Defined in:
The C4Spaces.h
PaintSpace
class represents a paint space node in a world.
Definition
class PaintSpace final : public Space
Constructor
PaintSpace(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
Space |
A paint space is a specific type of space. |
See Also