3ds Max C++ API Reference
|
Arguments for the "steps" parameter in MakePolyShape(). More...
Macros | |
#define | PSHAPE_BUILTIN_STEPS -2 |
Uses the shape's built-in steps/adaptive settings (default) | |
#define | PSHAPE_ADAPTIVE_STEPS -1 |
Forces adaptive steps | |
Arguments for the "steps" parameter in MakePolyShape().
The third parameter in ShapeObject::MakePolyShape()
is the number of steps, and can accept one of the following arguments for non-fixed number of steps. Any positive argument will be interpreted as fixed number of steps. The child classes of ShapeObject who implements this function (LinearShape, SimpleShape, SimpleSpline, SplineShape, MSPluginShape, and MSShapeXtnd) also interpret these in the same way.
#define PSHAPE_BUILTIN_STEPS -2 |
Uses the shape's built-in steps/adaptive settings (default)
#define PSHAPE_ADAPTIVE_STEPS -1 |
Forces adaptive steps