|
sybixsus
|
 |
« on: September 15, 2008, 02:25:31 PM » |
|
My physics objects aren't coming to a complete standstill as quickly as I would like, so I've been changing the settings in SetAutoFreeze to help things along, but it isn't helping. So to check what values I needed to set, I started writing the values of objects which are not frozen out to the debug log.
My SetAutoFreeze settings are ( True, 0.1, 0.5, 20 )
The debuglog includes lines like this :
DebugLog:Linear Velocity:-0.00152517809,-0.00133150164,0.000935748336 DebugLog:Angular Velocity:0.0230566058,0.00222424604,0.00783647224
Clearly this object is well under the threshold I've set, but it is not being frozen. I guess I could do this myself, but that's a speed hit I could do without when I have a lot of objects. Am I doing something wrong?
|