Interface for using some special functions of MD2 meshes.
More...
#include <IAnimatedMeshMD2.h>
List of all members.
Detailed Description
Interface for using some special functions of MD2 meshes.
Definition at line 45 of file IAnimatedMeshMD2.h.
Member Function Documentation
Get amount of md2 animations in this file.
Get name of md2 animation.
- Parameters:
-
nr,: | Zero based index of animation. |
Get frame loop data for a default MD2 animation type.
- Parameters:
-
l | The EMD2_ANIMATION_TYPE to get the frames for. |
outBegin | The returned beginning frame for animation type specified. |
outEnd | The returned ending frame for the animation type specified. |
outFPS | The number of frames per second, this animation should be played at. |
- Returns:
- beginframe, endframe and frames per second for a default MD2 animation type.
Get frame loop data for a special MD2 animation type, identified by name.
- Parameters:
-
name | Name of the animation. |
outBegin | The returned beginning frame for animation type specified. |
outEnd | The returned ending frame for the animation type specified. |
outFPS | The number of frames per second, this animation should be played at. |
- Returns:
- beginframe, endframe and frames per second for a special MD2 animation type.
The documentation for this class was generated from the following file: