mojo3d.Model.LoadBoned - nitrologic/monkey2 GitHub Wiki

mojo3d::mojo3d.mojo3d.Model.LoadBoned

Function LoadBoned:mojo3d:mojo3d.Model( path:monkey:monkey.types.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.