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

Physics: include relative airspeed in flight calculations #152

Open NickolausDS opened 9 years ago

NickolausDS commented 9 years ago

Currently there is no wind, so calculations are made on an objects base velocity. Once wind is added, wind velocity relative to flight objects will have to be taken into account also.