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
xCountint-
See the Box3D documentation.
zCountint-
See the Box3D documentation.
cellWidthfloat-
See the Box3D documentation.
amplitudefloat-
See the Box3D documentation.
rowFrequencyfloat-
See the Box3D documentation.
columnFrequencyfloat-
See the Box3D documentation.
Returns
- b3MeshData*
-
See the Box3D documentation.