Tao.Ode SDK Documentation

Ode.dWorldGetContactSurfaceLayer Method 

Get the depth of the surface layer around all geometry objects. The default value is zero.

[Visual Basic]
Public Shared Function dWorldGetContactSurfaceLayer( _
   ByVal world As IntPtr _
) As Single
[C#]
public static float dWorldGetContactSurfaceLayer(
   IntPtr world
);

Parameters

world
the world to query

Return Value

the world's contact surface layer (default 0)

See Also

Ode Class | Tao.Ode Namespace