JPLRepo / AmpYear

A KSP plugin that better manages electricity adds Reserve Power, ION & PPT RCS. See the ReadMe file below for dependencies.
7 stars 6 forks source link

Show Darkness at ground Level in DarkSide calcs UI #39

Closed JPLRepo closed 7 years ago

JPLRepo commented 7 years ago

rotPeriod = celestialBody.rotationPeriod; if (celestialBody.orbit != null) { rotPeriod = celestialBody.orbit.period * rotPeriod / (celestialBody.orbit.period - rotPeriod); }

Add Darkness at ground level in the DarkSide calcs UI. can use above for calculation.