Pulsar4xDevs / Pulsar4x

A Fan work recreation of Aurora4x in C#
Other
159 stars 68 forks source link

Better Orbits #9

Closed SnopyDogy closed 12 years ago

SnopyDogy commented 12 years ago

We would like to see some better orbits added for the inital Alpha, specificly improving accuracy and adding eccentricies.

There are two parts to doing this: 1) Adding support to stargen code. 2) Adding support to the Circle Primitive to support non perfic circles.

PsiDog has been working on some OrbitTables, these features should be built of this.

SnopyDogy commented 12 years ago

Done. The GLCircle class can now take an orbiting entity instead of a radius, it will then use that entity + the orbit table to generat eliptical orbits. The orbits are starting to look really good. This is probably the first thing into Pulsar that is better then what exisits in aurora ;).