three_dart icon indicating copy to clipboard operation
three_dart copied to clipboard

Issue in flutter web not loading fbx model

Open AliImrangang opened this issue 2 years ago • 2 comments

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

AliImrangang avatar Mar 01 '23 09:03 AliImrangang

same issue

Muyv avatar Mar 08 '23 05:03 Muyv

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

Knightro63 avatar Jun 09 '23 19:06 Knightro63