Linderdaum Engine: MD5.cpp File Reference
Updated: Sat Dec 15 2012 03:54:34
MD5.cpp File Reference

MD5 meshes loader. More...

#include "MD5.h"
#include "Engine.h"
#include "Environment.h"
#include "Core/VFS/FileSystem.h"
#include "Core/Logger.h"
#include "Renderer/iRenderContext.h"
#include "Geometry/VertexAttribs.h"
#include "Resources/ResourcesManager.h"
#include "Math/LVector.h"
#include "Math/LMatrix.h"
#include "Math/LQuaternion.h"

Variables

const std::string MD5_Version = "MD5VERSION"
const std::string MD5_CommandLine = "COMMANDLINE"
const std::string MD5_NumJoints = "NUMJOINTS"
const std::string MD5_NumMeshes = "NUMMESHES"
const std::string MD5_Mesh = "MESH"
const std::string MD5_Joints = "JOINTS"
const std::string MD5_Material = "MATERIAL"
const std::string MD5_NumVerts = "NUMVERTS"
const std::string MD5_Vert = "VERT"
const std::string MD5_NumTris = "NUMTRIS"
const std::string MD5_Tri = "TRI"
const std::string MD5_NumWeights = "NUMWEIGHTS"
const std::string MD5_Weight = "WEIGHT"
const std::string MD5_NumFrames = "NUMFRAMES"
const std::string MD5_FrameRate = "FRAMERATE"
const std::string MD5_NumAnimatedComponents = "NUMANIMATEDCOMPONENTS"
const std::string MD5_Hierarchy = "HIERARCHY"
const std::string MD5_Bounds = "BOUNDS"
const std::string MD5_BaseFrame = "BASEFRAME"
const std::string MD5_Frame = "FRAME"

Detailed Description

MD5 meshes loader.

Version:
0.5.91
Date:
27/03/2010
Author:
Sergey Kosarevsky, 2007-2010
support@linderdaum.com http://www.linderdaum.com

Variable Documentation

const std::string MD5_BaseFrame = "BASEFRAME"
const std::string MD5_Bounds = "BOUNDS"
const std::string MD5_CommandLine = "COMMANDLINE"
const std::string MD5_Frame = "FRAME"
const std::string MD5_FrameRate = "FRAMERATE"
const std::string MD5_Hierarchy = "HIERARCHY"
const std::string MD5_Joints = "JOINTS"
const std::string MD5_Material = "MATERIAL"
const std::string MD5_Mesh = "MESH"
const std::string MD5_NumAnimatedComponents = "NUMANIMATEDCOMPONENTS"
const std::string MD5_NumFrames = "NUMFRAMES"
const std::string MD5_NumJoints = "NUMJOINTS"
const std::string MD5_NumMeshes = "NUMMESHES"
const std::string MD5_NumTris = "NUMTRIS"
const std::string MD5_NumVerts = "NUMVERTS"
const std::string MD5_NumWeights = "NUMWEIGHTS"
const std::string MD5_Tri = "TRI"
const std::string MD5_Version = "MD5VERSION"
const std::string MD5_Vert = "VERT"
const std::string MD5_Weight = "WEIGHT"