TOKJOINT_SetIterations(Joint%,Iterations%) |
Parameters: Joint% = The joint's handle Iterations% = The maximum number of iterations used to solve a constraint. The less this is, the faster the sim will go, but it will be less accurate. Even if you have a giant maximum iterations, if you have a decent epsilon it will probably always exit early before the end. |
Return value: None |
Description: Sets the maximum number of iterations used to solve a constraint. |