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_animation_multiple.dart example animation doesn't animate on iOS #162

Closed forthtemple closed 3 months ago

forthtemple commented 3 months ago

For the 'webgl_animation_skinning_blending.dart' and 'webgl_animation_multiple.dart' examples that animates Soldier.glb, I am attempting to run the example on iOS with three_dart: ^0.0.16 and three_dart_jsm: ^0.0.10. But the animation barely moves and also I have to scale the model by 100 to see the soldier. Here is a screenshot: IMG_1400

Note all the other three_dart examples work fine on iOS.

forthtemple commented 3 months ago

I solved it. I used the more up to date version of three_dart at: https://github.com/Knightro63/three_dart and https://github.com/Knightro63/three_dart_jsm and now it works.