mettli / bullet

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

Fix collada bugs #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The collada importer sometimes doesn't use the names attached to objects in
the DOM.

Also, there is a crash when calling save() followed by a load().

Original issue reported on code.google.com by john.mcc...@gmail.com on 7 Mar 2008 at 10:39

GoogleCodeExporter commented 9 years ago
there is a report here, that there is an 'i' added to the name, perhaps it is a 
bug too?

http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1962&p=7543#p7543

Original comment by erwin.coumans on 8 Mar 2008 at 7:01

GoogleCodeExporter commented 9 years ago
Note that Bullet ships with a stripped down version of libxml that doesn't 
support
external references (documents that consist of multiple files).

If this is a problem, the user needs to take an unmodified full version of 
libxml
including other dependencies (iconv etc)

Original comment by erwin.coumans on 8 Mar 2008 at 7:03

GoogleCodeExporter commented 9 years ago

We improved BulletColladaConverter, so issues should hopefully be fixed.

Original comment by erwin.coumans on 13 Mar 2008 at 5:18