I've actually not been able to get any of the Collada exporters to do
anything but export a "default" animation. Which exporter are you
using and how are you defining an "animation" in Maya?

On Jul 8, 5:50 pm, Oleg <[email protected]> wrote:
> model.animationLibrary.getAnimation("idle").animator.play(); // First
> animation
> model.animationLibrary.getAnimation("run").animator.play(); // Second
> animation
>
> in Collada file :
>  <animation_clip id="idle" start="0.03334" end="2"> ......
>  <animation_clip id="run" start="3.333333" end="4.833333">  ....
>
> Why start and end is Float ? its normal ?

Reply via email to