MarlonJD / babylonjs_viewer

Flutter 3D Model Viewer with BabylonJS Viewer
MIT License
27 stars 10 forks source link

There is an error loading the model #11

Closed giovannicampagnolo closed 1 year ago

giovannicampagnolo commented 1 year ago

When i try to load a .glb model from a web link there is this error:

Unable to import meshes from /modelLink.glb: Error status: 0

it only works with this models:

https://modelviewer.dev/shared-assets/models/NeilArmstrong.glb https://models.babylonjs.com/boombox.glb

Anyone have the same problem? @MarlonJD @MIGMLG @

MarlonJD commented 1 year ago

Which software are you using to export glb? Did you test from here https://sandbox.babylonjs.com/

giovannicampagnolo commented 1 year ago

i have fixed it was a glb model's problem now it work thank you

MarlonJD commented 1 year ago

Happy to hear that