void PathSetInterpolate (tvBase *threeD, PathInterpType interp)

Specifies how the playback animation should be smoothed

Documentation

Specifies how the playback animation should be smoothed.
Returns:
void
Parameters:
threeD - handle to rendering state
interp - interpolation type; is one of:
PATH_INTERPOLATE_NONE
PATH_INTERPOLATE_LINEAR
PATH_INTERPOLATE_SPLINE


Back to
TerraVision API Home Page