lianlab / bullet

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

Add debug visualization for btCollisionWorld #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, only btDiscreteDynamicsWorld has debug drawing.

We should move some of the code to btCollisionWorld, so that it will be 
more generally useful.

Original issue reported on code.google.com by erwin.coumans on 20 Mar 2009 at 3:50

GoogleCodeExporter commented 9 years ago
See also request here:

http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3371&p=13004

Original comment by erwin.coumans on 20 Mar 2009 at 3:51

GoogleCodeExporter commented 9 years ago

debugDrawWorld has been moved to btCollisionWorld:
http://code.google.com/p/bullet/source/detail?r=1847

it will be available in Bullet 2.76,  in January 2010.

Original comment by erwin.coumans on 19 Jan 2010 at 7:33