Closed GoogleCodeExporter closed 8 years ago
btCollisionWorld::debugDrawWorld() checks the CF_DISABLE_VISUALIZE_OBJECT flag
for each collision object befor calling the Draw method for the collision
object.
For me it seems reasonable to do such a check in
btSoftRigidDynamicsWorld::debugDrawWorld() too, before calling the Draw method
for the soft body object. After all btSoftBody is a btCollisionObject
(inheritance).
Original comment by ralf.pfr...@googlemail.com
on 23 Feb 2014 at 10:21
moved to github https://github.com/bulletphysics/bullet3/issues/54
Original comment by erwin.coumans
on 30 Mar 2014 at 4:49
Original issue reported on code.google.com by
Ashley.W...@gmail.com
on 21 Feb 2014 at 2:17