True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::Physics::SetSlowSolverMaxNumCollisions (
int   nSlowSolverMaxNumCollisions  )
 

Call this function to set the number of collisions at which true axis will swap from using a the slow solver to the, fast solver physics solver. See solvers for details.

Parameters:
nSlowSolverMaxNumCollisions
The maximum number of collisions in a group of colliding objects that the slow solver can handle.
See also:
TA::Physics::GetMaxNumMovingObjects().
Note:
Any changes to this value will not be made effective until a call to TA::Physics::SetupSimulation. Note that SetupSimulation is automatically called from TA::Physics::Update, TA::Physics::AddDynamicObject and TA::Physics::AddStaticObject. Calling TA::Physics::SetupSimulation may result memory reallocation and large processor overhead. Changing this value frequently will result in performance loss.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.