Returns the Mesh for a frame.
Parameters
- Frame
- Frame number as zero based index. The maximum frame number is FrameCount-1.
- DetailLevel
- Level of detail. 0 is the lowest, 255 the highest level of detail. Most meshes will ignore the detail level.
- StartFrameLoop
- Because some animated meshes (.MD2) are blended between 2 static frames, and maybe animated in a loop, the startFrameLoop and the endFrameLoop have to be defined, to prevent the animation to be blended between frames which are outside of this loop. If startFrameLoop and endFrameLoop are both -1, they are ignored.
- EndFrameLoop
- See StartFrameLoop.
|