NickolausDS / Unity-Free-Flight

A Unity Package to add gliding flight to any Unity Object.
GNU General Public License v3.0
60 stars 13 forks source link

Add convenience getters for bank and pitch to physics #147

Open NickolausDS opened 9 years ago

NickolausDS commented 9 years ago

It would be useful to know an object's pitch and bank based on the horizon. Mechanics can draw on that information to make for more interesting movements. It would also solve the problem where mechanics add rotations naively, without regard to what other chained mechanics are doing.