AIPathInterpolate.h File Reference
#include "AITypes.h"
#include "AIArt.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
| #define kAIPathInterpolateSuite "AI Path Interpolate Suite" |
| #define kAIPathInterpolateSuiteVersion kAIPathInterpolateSuiteVersion4 |
| #define kAIPathInterpolateSuiteVersion4 AIAPI_VERSION(4) |
| #define kAIPathInterpolateVersion kAIPathInterpolateSuiteVersion |
Typedef Documentation
Callback function for AIPathInterpolateSuite::InsertInterpolants(), called after each new path is created and interpolated.
Use to determine how the next path should be installed. You can also use it to abort the interpolation (for a user interruption, for example) or to do other post-processing.
- Parameters:
-
| art | The new path object. |
| installData | [in, out] A structure that describes how the path was installed in the paint order. Update this to describe how the next path should be installed. |