Tao.Ode SDK Documentation

Ode.dWorldSetCFM Method 

Set the global CFM (constraint force mixing) value. Typical values are in the range 10^-9 -- 1. The default is 10^-5 if single precision is being used, or 10^-10 if double precision is being used.

[Visual Basic]
Public Shared Sub dWorldSetCFM( _
   ByVal world As IntPtr, _
   ByVal cfm As Single _
)
[C#]
public static void dWorldSetCFM(
   IntPtr world,
   float cfm
);

Parameters

world
the world to set
cfm
the global CFM value to set. Range 10^-9 to 1

See Also

Ode Class | Tao.Ode Namespace