Table of Contents

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

rowCount int

See the Box3D documentation.

columnCount int

See the Box3D documentation.

scale Vector3

See the Box3D documentation.

rowFrequency float

See the Box3D documentation.

columnFrequency float

See the Box3D documentation.

makeHoles NativeBool

See the Box3D documentation.

Returns

b3HeightFieldData*

See the Box3D documentation.