ScriptaGames / zorbio

A 3D multiplayer WebGL game
MIT License
8 stars 1 forks source link

Fix broken drag controls on mobile #525

Closed Jared-Sprague closed 6 years ago

Jared-Sprague commented 6 years ago

The flip reverses axis. We need to either fix orbit controls, or test touch controls on trackball. I saw some touch related code in trackball controlls so I think it does support it, we've just never tested it.

Jared-Sprague commented 6 years ago

Was broken related to this: https://github.com/mrdoob/three.js/issues/10265