gr8tact
01-03-2007 03:58:28
What I need is scaling at bone animation.
Firstly, I tested simple animation with bones which have scaling factor in animation. But result was wrong
So I tested box scaling just be twice in 30frame.
Exported osm file is...
But it should be...
(And oSceanLoader shows proper result.)
I think oFusion cannot get proper scale factor from 3DSMax.
I found this topic... but no problem solving
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=3410
I'm using oFusion Pro Edition 1.8 with hf_163oECML
Firstly, I tested simple animation with bones which have scaling factor in animation. But result was wrong
So I tested box scaling just be twice in 30frame.
Exported osm file is...
<animations>
<animation name="scaling" loop="false" length="2">
<keyframe time="0">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="1" y="1" z="1" />
</keyframe>
<keyframe time="1.96667">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="1" y="1" z="1" />
</keyframe>
<keyframe time="2">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="1" y="1" z="1" />
</keyframe>
</animation>
</animations>But it should be...
(And oSceanLoader shows proper result.)
<animations>
<animation name="scaling" loop="false" length="2">
<keyframe time="0">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="1" y="1" z="1" />
</keyframe>
<keyframe time="1.0">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="2" y="2" z="2" />
</keyframe>
<keyframe time="2">
<position x="0" y="0" z="9.54617e-007" />
<rotation w="0.5" x="0.5" y="-0.5" z="0.5" />
<scale x="1" y="1" z="1" />
</keyframe>
</animation>
</animations>
I think oFusion cannot get proper scale factor from 3DSMax.
I found this topic... but no problem solving
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=3410
I'm using oFusion Pro Edition 1.8 with hf_163oECML