google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

New DAE animation system (rev 911) only work when compiled with CS4 #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a very simple project with BasicView a DAE file with any kind of 
animation
2. compile it with Flash CS3
3. No Animation

What is the expected output? What do you see instead?
No animations with DAE.play() or DAE.animation.play() or anything...

What version of the product are you using? On what operating system?
Flash CS3 on Windows XP with pv3D rev915.

Please provide any additional information below.
- With the exact same DAE file and reverting to Rev910, animations work
- With Flash CS4 and rev915, animations work

Original issue reported on code.google.com by Krob...@gmail.com on 18 Jun 2009 at 10:16

GoogleCodeExporter commented 9 years ago
After some debugging, to get things right i just modified one statement of
org.ascollada.core.DaeSampler in the public function read :

var list : XMLList = node["input"];

replaced by

var list : XMLList = node.input;

Seems to work... so far.

Original comment by Krob...@gmail.com on 21 Jun 2009 at 10:46

GoogleCodeExporter commented 9 years ago
Quick fixed the issue, other similar bug may still occur. Will filter similar 
cases
out asap.

Original comment by tim.k...@gmail.com on 22 Jun 2009 at 3:00