LoadMesh()
Syntax
Result = LoadMesh(#Mesh, Filename$)Description
Loads a new #Mesh from disk. If #PB_Any is used as the '#Mesh' parameter, then the new mesh number will be returned as 'Result'. Before loading a mesh, an archive must be specified with Add3DArchive().
Mesh is required to be in the OGRE .mesh format. it is possible to create or convert existing meshes into this format then you may use an existing exporter, such as Milkshape, Lightwave or 3DS Max. More information may be found on the OGRE website.
If Result equals 0, then the Mesh may not be loaded. If the #Mesh already exists, then it is freed and replaced by a new one.
Supported OS
All