Currently, it supports to load several types.
By the default, you can upload single file directly, support formats:
- obj
- stl
- dae
- fbx
- vrm
- glb - partly support, it fails on the model needs KTX2 textures (like coffeemat.glb), need to figure out how to fix later
- gltf - partly support, it fails on the model has other resources (like DamagedHelmet.gltf), will fix later in Multi Files mode
But it has potential to support more, since threejs does.
So if you want other formats such as cmt, just feel free to open an issue, I will add it later.
(I upload some models, such as male02.obj and Sanba Dancing.fbx, as your test, you can find them under /models folder)