Tao.Ode SDK Documentation

Ode.dGeomHeightfieldDataBuildDouble Method (IntPtr, IntPtr, Int32, Single, Single, Int32, Int32, Single, Single, Single, Int32)

[Visual Basic]
Overloads Public Shared Sub dGeomHeightfieldDataBuildDouble( _
   ByVal d As IntPtr, _
   ByVal pHeightData As IntPtr, _
   ByVal bCopyHeightData As Integer, _
   ByVal width As Single, _
   ByVal depth As Single, _
   ByVal widthSamples As Integer, _
   ByVal depthSamples As Integer, _
   ByVal scale As Single, _
   ByVal offset As Single, _
   ByVal thickness As Single, _
   ByVal bWrap As Integer _
)
[C#]
public static void dGeomHeightfieldDataBuildDouble(
   IntPtr d,
   IntPtr pHeightData,
   int bCopyHeightData,
   float width,
   float depth,
   int widthSamples,
   int depthSamples,
   float scale,
   float offset,
   float thickness,
   int bWrap
);

See Also

Ode Class | Tao.Ode Namespace | Ode.dGeomHeightfieldDataBuildDouble Overload List