Table of Contents

Method b3GetMeshVertices

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

b3GetMeshVertices(b3MeshData*)

Gets the vertices of a mesh.

public static Vector3* b3GetMeshVertices(b3MeshData* mesh)

Parameters

mesh b3MeshData*

The mesh.

Returns

Vector3*

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