What steps will reproduce the problem?
1. create a DAE object (var myDae= new DAE);
2. Load DAE file
3. try to trace the COLLADA *trace myDAE.COLLADA)
What is the expected output? What do you see instead?
The Collada XML Document
What version of the product are you using? On what operating system?
Please provide any additional information below.
To fix it, just add this line in DAE.as
in line 1765 add
this.COLLADA = reader.document.COLLADA;
Attached the fixed file.
Original issue reported on code.google.com by zerofrac...@gmail.com on 2 Apr 2009 at 5:57
Original issue reported on code.google.com by
zerofrac...@gmail.com
on 2 Apr 2009 at 5:57Attachments: