harrison-lucas / bullet

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

[patch] speedup BVH creation by 13% #720

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch speeds up the optimized BVH creation by 13% by removing 
duplicate work - means was calculated twice.

It's against 2.80 but should apply to trunk.

Original issue reported on code.google.com by c...@gmx.com on 12 Jun 2013 at 9:59

Attachments:

GoogleCodeExporter commented 9 years ago
Adding a build-time cache for the AABB centers gave a further 30% speedup. That 
patch isn't clean enough to post however.

Original comment by c...@gmx.com on 13 Jun 2013 at 7:36

GoogleCodeExporter commented 9 years ago
Please consider sharing a non-clean patch, someone might be inspired to clean 
it up :)

Original comment by erwin.coumans on 23 Oct 2013 at 4:05

GoogleCodeExporter commented 9 years ago
I would also be interested in having this patch (and cleaning it if it is 
needed)

Original comment by mmehrw...@gmx.at on 20 Feb 2014 at 9:26

GoogleCodeExporter commented 9 years ago
moved to github https://github.com/bulletphysics/bullet3/issues/55

Original comment by erwin.coumans on 30 Mar 2014 at 4:51