Table of Contents

Method b3GetHeightFieldCompressedHeights

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

b3GetHeightFieldCompressedHeights(b3HeightFieldData*)

Gets the compressed heights of a height field.

public static ushort* b3GetHeightFieldCompressedHeights(b3HeightFieldData* hf)

Parameters

hf b3HeightFieldData*

The height field.

Returns

ushort*

A pointer to the array, or null when the height field has none.

Remarks

One entry per grid point.