messed around with orbit

This commit is contained in:
Sakimori 2024-02-19 23:12:53 -05:00
parent 92e9981eaf
commit 46795c54d0
5 changed files with 69 additions and 20160 deletions

File diff suppressed because it is too large Load diff

View file

@ -176,7 +176,7 @@ if __name__=="__main__":
running = True
display = False
thisEarth = deepcopy(Planet.Earth)
sat = OrbitingBody(Point(0, config()["earthRadius"], config()["earthRadius"] - 800000), Point(-6900,0,0), "BoSLOO", 5, thisEarth)
sat = OrbitingBody(Point(0, config()["earthRadius"]*5, config()["earthRadius"]*2), Point(-2500,0,0), "BoSLOO", 5, thisEarth)
orbitlines = []
renderObjects = [thisEarth, sat, orbitlines]
configFile = config()

View file

@ -1,7 +1,7 @@
{
"notes": "lat: pos S, neg N; long: pos E, neg W",
"latitude": -9.621613589753375,
"longitude": -135.404396876101,
"altitude": 2246794.2098555025,
"velocity": 6778.7033882673195
"latitude": -12.808893957460064,
"longitude": 140.55873504072275,
"altitude": 19134253.574575923,
"velocity": 3777.2583558704296
}

BIN
example.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB