wasabia / three_dart

three.js rewrite by Dart, Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
MIT License
444 stars 77 forks source link

Issue in flutter web not loading fbx model #124

Open AliImrangang opened 1 year ago

AliImrangang commented 1 year ago

Hi when i clicked on examples of fbx to load in web they are not loading proper

Muyv commented 1 year ago

same issue

Knightro63 commented 1 year ago

Looks like having a name with a space in it is causing the issue on some browsers. Change the fbx file name to SambaDancing.fbx

Change line 273 to in webgl_loader_fbx.dart to var object = await loader.loadAsync( 'assets/models/fbx/SambaDancing.fbx');

run flutter clean