code-google-com / bullet

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

Show how to use the dynamic AABB tree (btDbvt) for view frustum culling and occlusion culling #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bullet/Extras/CDTestFramework shows how to use btDbvtBroadphase for view 
frustum culling and occlusion culling.

Create an easier to understand example how to use it.

Original issue reported on code.google.com by erwin.coumans on 13 Jan 2010 at 5:24

GoogleCodeExporter commented 9 years ago
We won't make it any easier, just use that sample code in 
Bullet/Extras/CDTestFramework
or check out Blender source tree (it uses btDbvtBroadphase  for occlusing 
culling too)

Original comment by erwin.coumans on 11 Sep 2013 at 12:05