Tao.Ode SDK Documentation

Ode.dGeomRaySetParams Method 

Set ray flags that influence ray collision detection. These flags are currently only noticed by the trimesh collider, because they can make a major difference there.

[Visual Basic]
Public Shared Sub dGeomRaySetParams( _
   ByVal g As IntPtr, _
   ByVal FirstContact As Integer, _
   ByVal BackfaceCull As Integer _
)
[C#]
public static void dGeomRaySetParams(
   IntPtr g,
   int FirstContact,
   int BackfaceCull
);

Parameters

g
the ray to set
FirstContact
An int representing first contact - undocumented in ODE
BackfaceCull
An int representing backface cull - undocumented in ODE

See Also

Ode Class | Tao.Ode Namespace