Closed GoogleCodeExporter closed 8 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
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
Original issue reported on code.google.com by
Krob...@gmail.com
on 18 Jun 2009 at 10:16