Skip to content

Mojo3d model loadboned

mojo3d:mojo3d.Model.LoadBoned

Function LoadBoned:Model( path:String )#

Loads a boned model from a file path.

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.