Method b3CreateWave
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateWave(int, int, Vector3, float, float, NativeBool)
Create a wave grid as a height field.
public static extern b3HeightFieldData* b3CreateWave(int rowCount, int columnCount, Vector3 scale, float rowFrequency, float columnFrequency, NativeBool makeHoles)Parameters
rowCountint-
See the Box3D documentation.
columnCountint-
See the Box3D documentation.
scaleVector3-
See the Box3D documentation.
rowFrequencyfloat-
See the Box3D documentation.
columnFrequencyfloat-
See the Box3D documentation.
makeHolesNativeBool-
See the Box3D documentation.
Returns
- b3HeightFieldData*
-
See the Box3D documentation.