You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever you would call new THREE.Something() you need to call the static function Three.Something() instead as teavm doesn't allow to bind constructors (afaik). Everything else works as in three.js.