Thanks, that was what I was trying to do.
I am using 3ds max to export through colladamax 3c. The model has
animation and yes, I've referenced the skinanimation.
However, I am getting null error on the object whenever I try to pull
the property through
mymodel.animationLibrary.getAnimation("default").animation as
SkinAnimation.
Is there a special way to export this? Same export method worked for
papervision but I've been scratching my head to figure this out for
the past week... Any help would be greatly appreciated..
On Feb 10, 10:41 pm, Ronen Tsamir <[email protected]> wrote:
> With collada I use the SkinAnimation class
>
> For Example:
> var skinAnimation: SkinAnimation =
> mObj3D.animationLibrary.getAnimation("default").animation as
> SkinAnimation
>
> And then update the animation by using :
> skinAnimation.update(time:Number)
>
> good example you can find at the "Advanced_MultiMario.as" file