Skip to content

Instantly share code, notes, and snippets.

@KSAMissionCtrl
Last active September 2, 2019 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KSAMissionCtrl/7bc487a314627f6afddb336ca4cf033a to your computer and use it in GitHub Desktop.
Save KSAMissionCtrl/7bc487a314627f6afddb336ca4cf033a to your computer and use it in GitHub Desktop.
See if radio signal can be directly beamed to any point on or over Kerbin's surface
// draw vector from ship to comm station
until false {
vecdraw(V(0,0,0), latlng(-0.126280218823762,-74.6060470283197):altitudeposition(75), green, "", 1.0, true, 5).
wait 0.1.
clearvecdraws().
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment