kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

Object3DLoader.onParserComplete() does not assign animationLibrary #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
will be addressed in next major update

Original comment by rob.bate...@gmail.com on 4 May 2009 at 4:15