yyyy3531614 / bullet

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

[Patch] implement btCompoundShape::createAabbTreeFromChildren #395

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The method was unimplemented in 2.75, and removed from the header in 2.76.  But 
we found it useful for testing (and for deserialization, since we don't 
currently serialize the aabb tree) so we implemented it.

Attached is the implementation.

Original issue reported on code.google.com by paul.dubois@gmail.com on 14 Jun 2010 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago

It might indeed be useful for serialization. The patch has been applied in 
latest trunk:
http://code.google.com/p/bullet/source/detail?r=2097

Thanks for the contribution!
Erwin

Original comment by erwin.coumans on 18 Jun 2010 at 12:40