lianlab / bullet

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

getCcdSquareMotionThreshold && setCcdMotionThreshold #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

setCcdMotionThreshold(motion_threshold) stores the squared motion_threshold
in m_ccdMotionThreshold

and...

getCcdSquareMotionThreshold() squares m_ccdMotionThreshold again before it
returns thus making it (motion_threshold)^4

Original issue reported on code.google.com by lathee...@gmail.com on 7 Apr 2009 at 9:47

GoogleCodeExporter commented 9 years ago
see http://code.google.com/p/bullet/issues/detail?id=212&can=1&start=200

Original comment by erwin.coumans on 23 May 2009 at 2:36

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/bullet/source/detail?r=1676

Original comment by erwin.coumans on 23 May 2009 at 2:48