Table of Contents

Method b3GetMeshNodes

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

b3GetMeshNodes(b3MeshData*)

Gets the bounding volume hierarchy nodes of a mesh.

public static b3MeshNode* b3GetMeshNodes(b3MeshData* mesh)

Parameters

mesh b3MeshData*

The mesh.

Returns

b3MeshNode*

A pointer to the node array, or null when the mesh has none.