ywywdh / papervision3d

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

COLLADA property XML is null when loading DAE from file #183

Open GoogleCodeExporter opened 9 years ago

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

Attachments: