DAE file loaded but nothing appear even no event, this problem is caused by the DAEParser.

Software: Away3D 4.x

J.C, Newbie
Posted: 29 March 2013 05:07 AM   Total Posts: 4

version: away3d 4.1 alpha
as title, the parser did not handle ‘polygons’ node.
at line 1392 in DAEParser.as, it seems the parser only parse ‘polygon’ node, so i changed that as:

case "polygon":
case 
"polygons":    //added by J.C 2013-3-29
 
this.primitives.push(new DAEPrimitive(child)); 

am i right?

   

John Brookes, Moderator
Posted: 29 March 2013 07:59 AM   Total Posts: 732   [ # 1 ]

According to the collada spec it should be “polygons”.

The DAE parser hasnt been updated for a long time and has some other issues.
http://away3d.com/forum/viewthread/3488/

And probably others.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X