Animator3ds Properties |
The Animator3ds type exposes the following members.
Name | Description | |
---|---|---|
AnimationDuration |
Gets or sets the time in second how long will the whole animation be playing (once from the first to the last frame).
Setting this value also changes ModelFramesPerSecond accordingly.
| |
AutoRepeat |
Gets or set if the animation should automatically repeat itself or not.
Default value is true.
| |
AutoReverse |
Gets or sets if animation should go backwards when coming to the last frame or should it start from beginning.
Default value is false.
| |
AverageFramesPerSecond |
Gets the average rendered frames per second. The value is calculated from the data in the last played animation.
| |
LastFrame |
Gets the last rendered frame number
| |
ModelFramesPerSecond |
Gets or sets how many 3ds file frames per second are played - faster (bigger value) or slower (smaller value) animation.
Setting ModelFramesPerSecond also changes AnimationDuration accordingly.
Note that this is not the same as rendered frames per second that means more or less smooth animation.
Default value is 10
|