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.
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.