Skip to content

Mojo3d mesh load

mojo3d:mojo3d.Mesh.Load

Function Load:Mesh( path:String )#

Loads a mesh from a file.

On its own, mojo3d can only load gltf2 format mesh and model files.

To add more formats, #import the mojo3d-assimp module into your app, eg:


This will allow you to load any format supported by the assimp module.

However, importing the assimp module into your app will also increase its size.