Method b3LoadHeightField
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3LoadHeightField(byte*)
Create a height field by loading a previously saved height data
public static extern b3HeightFieldData* b3LoadHeightField(byte* fileName)Parameters
fileNamebyte*-
See the Box3D documentation.
Returns
- b3HeightFieldData*
-
See the Box3D documentation.