Tao.Ode SDK Documentation |
|
Ode.dGeomHeightfieldDataBuildSingle Method (IntPtr, Single[], Int32, Single, Single, Int32, Int32, Single, Single, Single, Int32)
[Visual Basic]
Overloads Public Shared Sub dGeomHeightfieldDataBuildSingle( _
ByVal
d As
IntPtr, _
ByVal
pHeightData As
Single(), _
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 dGeomHeightfieldDataBuildSingle(
IntPtr d,
float[] 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.dGeomHeightfieldDataBuildSingle Overload List