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