See if radio signal can be directly beamed to any point on or over Kerbin's surface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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