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 an API for adding wind forces to a flight object #130

Open NickolausDS opened 9 years ago

NickolausDS commented 9 years ago

We need some way of adding external wind forces to a flight object. The description in the milestone lists a couple of ways this could be architected.

Wind forces may not work properly without the flight physics engine knowing about them. Adding them directly to rigidbodies via addForce() may unrealistically affect angle of attack.