What steps will reproduce the problem?
1. Load a Collada file with animations through Collada.load()
What is the expected output? What do you see instead?
The loader.animationLibrary should have AnimationData objects, but instead
loader.animationLibrary is null.
What version of the product are you using? On what operating system?
2.3 of flash10 branch
Please provide any additional information below.
This can be fixed easily by adding a line to the onParserComplete method
after the materialLibrary assignment in line 254 of Object3DLoader.as:
animationLibrary = _object.animationLibrary;
Original issue reported on code.google.com by vivoidh...@googlemail.com on 5 Mar 2009 at 1:09
Original issue reported on code.google.com by
vivoidh...@googlemail.com
on 5 Mar 2009 at 1:09