CreateMesh()

Syntax

Result = CreateMesh(#Mesh)
Description
Creates a new empy #Mesh. SetMeshData() can be used to build a mesh from scratch by inserting the vertices, normals, uv textures and more. If the 'Result' is 0, the mesh creation has failed. If the #Mesh was already created, it is automatically freed and replaced by the new one.

Supported OS

Windows, Linux

<- CopyMesh() - Mesh Index - FreeMesh() ->