Quantcast
Channel: Answers for "Creating lift under the wings of an aircraft?"
Browsing all 4 articles
Browse latest View live

Answer by robertbu

The chance that the magnitude of the velocity will exactly equal 100 if very small. How you want to handle the issue will depend on your game mechanic. As a starting point, rewrite to:...

View Article


Answer by ZeroSumGames

If your airplane is accelerating, then this line will only be called a single time, in passing: if(rigidbody.velocity.magnitude.Equals(TakeOffSpeed)) rigidbody.AddRelativeForce (0,200,0); //Force...

View Article


Answer by robertbu

The chance that the magnitude of the velocity will exactly equal 100 if very small. How you want to handle the issue will depend on your game mechanic. As a starting point, rewrite to:...

View Article

Answer by ZeroSumGames

If your airplane is accelerating, then this line will only be called a single time, in passing: if(rigidbody.velocity.magnitude.Equals(TakeOffSpeed)) rigidbody.AddRelativeForce (0,200,0); //Force...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images