mpaccione / everest_flight_sim

Helicopter Flight Sim - Three.js. Focus on iterative prototyping, not final code quality.
8 stars 0 forks source link

Yaw Disrupts Physics Engine #3

Closed mpaccione closed 4 years ago

mpaccione commented 5 years ago

Issue: After strong yaw change, pitch and roll are incorrect.

Why Currently Yaw rotates the Three.Group( ) that contains the helicopter and camera. Yaw rotates the group. When the group is rotated in the Y Axis than Z, X, Axis are affected?