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

void TA::Physics::SetMaxNumMovingObjects (
int   nMaxNumMovingObjects  )
 

Call this function to set the maximum number of moving objects allowed at once.

Parameters:
nMaxNumMovingObjects
The new maximum number of moving objects.
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.