Tao.Ode SDK Documentation |
|
Ode.dGeomHeightfieldDataBuildCallback Method
[Visual Basic]
Public Shared Sub dGeomHeightfieldDataBuildCallback( _
ByVal
d As
IntPtr, _
ByVal
pUserData As
IntPtr, _
ByVal
pCallback As
dHeightfieldGetHeight, _
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 dGeomHeightfieldDataBuildCallback(
IntPtr d,
IntPtr pUserData,
dHeightfieldGetHeight pCallback,
float width,
float depth,
int widthSamples,
int depthSamples,
float scale,
float offset,
float thickness,
int bWrap);
See Also
Ode Class | Tao.Ode Namespace