antfarmar / Unity-3D-Asteroids

A simple Asteroids clone. In 3D.
The Unlicense
65 stars 15 forks source link

Ship Movement Physics: Drag & Thrust (clamp?) #36

Closed antfarmar closed 8 years ago

antfarmar commented 8 years ago

Currently the ship's rigidbody has non-zero drag.

In the original Asteroids vidya, constant velocity gliding was a feature. This could be implemented by:

antfarmar commented 8 years ago

Initial Commit d2e04b72