ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
66 stars 13 forks source link

camera flips itself upside down in flask detached UI when orbiting #41

Closed agurvich closed 5 years ago

agurvich commented 5 years ago

when camera changes orbits it instead flips upside down and reverses orbit, very disorienting. easily demonstrated in person, @ageller

agurvich commented 5 years ago

update: it only happens when you can see the green/red face of the cube-- not sure which axes it's crossing when you can see those faces

ageller commented 5 years ago

Fixed. I forgot to set camera.up in viewer. I did that, and now it works.