Skip to content

Instantly share code, notes, and snippets.

@KSAMissionCtrl
Last active September 2, 2019 08:07
Embed
What would you like to do?
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