Tao.Ode SDK Documentation |
|
Ode.dBodySetAutoDisableLinearThreshold Method
[Visual Basic]
Public Shared Sub dBodySetAutoDisableLinearThreshold( _
ByVal
body As
IntPtr, _
ByVal
linear_threshold As
Single _
)
[C#]
public static
void dBodySetAutoDisableLinearThreshold(
IntPtr body,
float linear_threshold);
See Also
Ode Class | Tao.Ode Namespace