You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Check out the [allowed extensions](https://docs.mrjs.io/javascript-api/#model.loadmodelfilepath-extension-promise.three.mesh) from the Model.loadModel function
* The current supported list is: `fbx`, `glb`, and `stl`
* The current supported list is: `dae`, `fbx`, `glb`, `obj`, and `stl`
> Note: certain filetypes require additional inputs (for ex: 'obj'). Check the [documentation](https://examples.mrjs.io/examples/models.html) if you are unsure.