Mojo3d model load
Function Load:Model( path:String )#
Loads a 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.