Tao.Ode SDK Documentation

Ode.dGeomHeightfieldDataSetBounds Method 

[Visual Basic]
Public Shared Sub dGeomHeightfieldDataSetBounds( _
   ByVal d As IntPtr, _
   ByVal minHeight As Single, _
   ByVal maxHeight As Single _
)
[C#]
public static void dGeomHeightfieldDataSetBounds(
   IntPtr d,
   float minHeight,
   float maxHeight
);

See Also

Ode Class | Tao.Ode Namespace