Hi everybody, i have a few problems trying to import a .3ds animated file, i see this tutorial: http://away3d.com/example/3ds_Max_workflow but i, dont understand it, first of all, when used i the “sequence.txt”?, i have one but never import this or something like that.
2) i have this errors:
Error: Incorrect number of arguments. Expected no more than 0.
Error: Implicit coercion of a value of type away3d.library.assets:IAsset to an unrelated type away3d.animators.nodes:ISkeletonAnimationNode.
and the lines are:
esqueleto = new Skeleton(AssetLibrary.getAsset(“Bone001”));
latido = new SkeletonAnimationState(AssetLibrary.getAsset(“latido”));
these lines are in the tutorial, i dont know where is the “Bone001”, so i copy exactly, latido is in me sequence.txt.
Hope someone could help me, i don’t understand and i cant find more information.
Sorry for my english, and thanks in advance!