Tao.Ode SDK Documentation |
|
Ode.dGeomRayGetParams Method (IntPtr, Int32, Int32)
Get ray flags that influence ray collision detection.
[Visual Basic]
Overloads Public Shared Sub dGeomRayGetParams( _
ByVal
g As
IntPtr, _
ByRef
FirstContact As
Integer, _
ByRef
BackfaceCull As
Integer _
)
[C#]
public static
void dGeomRayGetParams(
IntPtr g,
ref
int FirstContact,
ref
int BackfaceCull);
Parameters
-
g
- the ray to query
-
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 | Ode.dGeomRayGetParams Overload List