Table of Contents

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

rowCount int

See the Box3D documentation.

columnCount int

See the Box3D documentation.

scale Vector3

See the Box3D documentation.

makeHoles NativeBool

See the Box3D documentation.

Returns

b3HeightFieldData*

See the Box3D documentation.