Innoviox / Axiom

A modular, flexible, lightweight, declarative, efficient, incremental, structured library for 3D written in LWJGL-OPENGL bindings for Java
https://github.com/Innoviox/Axiom
GNU General Public License v3.0
4 stars 2 forks source link

When cube is upside down, mouse rotates wrong way. #1

Closed Innoviox closed 6 years ago

Innoviox commented 6 years ago

Problem was: if cos(rx) < 0, ry reversed. Fixed.