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