Table of Contents

Method b3CreateWaveMesh

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3CreateWaveMesh(int, int, float, float, float, float)

Create a wave mesh along the x and z axes.

public static extern b3MeshData* b3CreateWaveMesh(int xCount, int zCount, float cellWidth, float amplitude, float rowFrequency, float columnFrequency)

Parameters

xCount int

See the Box3D documentation.

zCount int

See the Box3D documentation.

cellWidth float

See the Box3D documentation.

amplitude float

See the Box3D documentation.

rowFrequency float

See the Box3D documentation.

columnFrequency float

See the Box3D documentation.

Returns

b3MeshData*

See the Box3D documentation.