Tao.Ode SDK Documentation |
|
Ode.dTriCallback Delegate
Per triangle callback. Allows user to state if a collision with a particular triangle is wanted If the return value is zero no contact will be generated.
[Visual Basic]
Public Delegate Function Ode.dTriCallback( _
ByVal
TriMesh As
IntPtr, _
ByVal
RefObject As
IntPtr, _
ByVal
TriangleIndex As
Integer _
) As
Integer
[C#]
public delegate int Ode.dTriCallback(
IntPtr TriMesh,
IntPtr RefObject,
int TriangleIndex);
Requirements
Namespace:
Tao.Ode
Assembly: Tao.Ode (in Tao.Ode.dll)
See Also
Tao.Ode Namespace