Hello, I'm trying to parse collada animation from file using default example:
http://away3d.googlecode.com/svn/trunk/fp9/Examples/Collada/src/ExColladaAnimation.as Got all needed actionscripts for import, but still i get an error message in this line: if (target.animationLibrary["default"] as AnimationData) skinAnimation = (target.animationLibrary["default"] as AnimationData).animation as SkinAnimation; Compiler tells me that animation is undefined property for away3d.loaders.data:AnimationData . Any suggestions?
