Table of Contents

Method b3CreateHeightField

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

b3CreateHeightField(b3HeightFieldDef*)

Create a generic height field.

public static extern b3HeightFieldData* b3CreateHeightField(b3HeightFieldDef* data)

Parameters

data b3HeightFieldDef*

See the Box3D documentation.

Returns

b3HeightFieldData*

See the Box3D documentation.