Animation Parameters (Legacy)
- Last UpdatedApr 02, 2025
- 1 minute read
These are parameters for Animated Geometry (Legacy 3DS MAX).
szID
-
Animation ID.
dwStartFrame
-
First frame of the animation.
-
Range: [0..inf]
dwEndFrame
-
Last included frame of the animation.
-
Range: [0..inf]
fSamplesPerSecond
-
Animation samples per second.
-
Default: Framerate of the 3DSMax scene.
-
Range: [0..inf]
-
The fFPS and fSamplesPerSecond parameters can not be used concurrently.
-
See Optimization Strategies (Legacy) for more information.
fFPS
-
Frames per second of the animation.
-
Specifies the playback FPS of the animation within the engine
-
Default: Frame rate of the 3DSMax scene
-
Range: [0..inf]
-
The fFPS and fSamplesPerSecond parameters can not be used concurrently.
-
See Optimization Strategies (Legacy) for more information.
bInterpolate
-
Indicates whether a linear interpolation will be made between one frame and another.
-
This option takes up slightly more CPU.
-
Default: False
-
Range: True or False
bCircularInterpolation
-
Indicates whether a linear interpolation will be made between the last frame and the first one
-
Valid only if bInterpolate is True.
-
Default: True
-
Range: True or False