FreeMesh()

Syntax

FreeMesh(#Mesh)
Description
Free the specified #Mesh. All its associated memory is released and the object may not be used anymore.

Parameters

#Mesh The mesh to free. If #PB_All is specified, all the remaining meshes are freed.

Return value

None.

Remarks

All remaining meshes are automatically freed when the program ends.

Supported OS

All

<- FinishMesh() - Mesh Index - GetMeshData() ->