Commit 6a714981 authored by hybrid's avatar hybrid

Added initial values, to be corrected.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1101 dfc29bdd-3216-0410-991c-e03cc46cb475
parent f6f335af
......@@ -59,7 +59,9 @@ struct SMD3Skin
//! Constructor
CAnimatedMeshMD3::CAnimatedMeshMD3 ()
: Mesh ( 0 )
// TODO: Correct initial values needed
: Mesh(0), IPolShift(0), LoopMode(0), Scaling(1.f)
{
#ifdef _DEBUG
setDebugName("CAnimatedMeshMD3");
......@@ -91,6 +93,7 @@ u32 CAnimatedMeshMD3::getFrameCount() const
void CAnimatedMeshMD3::setInterpolationShift ( u32 shift, u32 loopMode )
{
IPolShift = shift;
LoopMode = loopMode;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment