From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...classirr_1_1scene_1_1_i_animated_mesh_m_d3.html | 247 +++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_animated_mesh_m_d3.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_animated_mesh_m_d3.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_animated_mesh_m_d3.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_animated_mesh_m_d3.html new file mode 100644 index 0000000..8225b33 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_animated_mesh_m_d3.html @@ -0,0 +1,247 @@ + + + + +Irrlicht 3D Engine: irr::scene::IAnimatedMeshMD3 Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IAnimatedMeshMD3 Class Reference
+
+
+ +

Interface for using some special functions of MD3 meshes. + More...

+ +

#include <IAnimatedMeshMD3.h>

+
+ + Inheritance diagram for irr::scene::IAnimatedMeshMD3:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Interface for using some special functions of MD3 meshes.

+ +

Definition at line 286 of file IAnimatedMeshMD3.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual SMD3Mesh* irr::scene::IAnimatedMeshMD3::getOriginalMesh () [pure virtual]
+
+
+ +

get the original md3 mesh.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
virtual SMD3QuaternionTagList* irr::scene::IAnimatedMeshMD3::getTagList (s32 frame,
s32 detailLevel,
s32 startFrameLoop,
s32 endFrameLoop 
) [pure virtual]
+
+
+ +

get the tag list of the mesh.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IAnimatedMeshMD3::setInterpolationShift (u32 shift,
u32 loopMode 
) [pure virtual]
+
+
+ +

tune how many frames you want to render inbetween.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1