wasabia / three_dart

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

webgl_loader_fbx not working #107

Open danobilo opened 1 year ago

danobilo commented 1 year ago

Not able to load and render fbx files

https://wasabia.github.io/three_dart_example/#/examples/webgl_loader_fbx

xcreateadmin commented 1 year ago

Nor the example, nor any other fbx file working for me as well

qodzero commented 1 year ago

@wasabia , Is there any progress for this? I'm facing the same issue with .fbx files, even the live demo on the demo website doesn't seem to be working

Knightro63 commented 1 year ago

Hi all,

I have it working with the older version.

Three_dart 0.0.14 and three_dart_jsm 0.0.9.

There is an issue with three_dart 0.0.16 and three_dart_jsm 0.0.10 with the fbx file loading and animations. I have looked into it and was able to get the fbx file to load but animations still do not work.

If you are having a web issue only I have answered that question here https://github.com/wasabia/three_dart/issues/124.