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

There is problem with Multi_Views on windows #130

Open iamrealck opened 1 year ago

iamrealck commented 1 year ago

When I add more than one three_dart component in one window, there are lots of problems. Such as can not initial renderer or conflict between them. models material or something else are all abnormal. Even de example MultiViews can not work normally on Win10. By the way, it can work well on the web.

image