mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
Use correct Mars SPICE constants
This commit is contained in:
@@ -15,7 +15,7 @@ return {
|
||||
Renderable = {
|
||||
Type = "RenderablePlanet",
|
||||
Frame = "IAU_MARS",
|
||||
Body = "MARS",
|
||||
Body = "MARS BARYCENTER",
|
||||
Geometry = {
|
||||
Type = "SimpleSphere",
|
||||
Radius = { 6.390, 6 },
|
||||
@@ -33,7 +33,7 @@ return {
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "MARS",
|
||||
Body = "MARS BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
@@ -53,7 +53,7 @@ return {
|
||||
Parent = "MarsBarycenter",
|
||||
Renderable = {
|
||||
Type = "RenderableTrail",
|
||||
Body = "MARS",
|
||||
Body = "MARS BARYCENTER",
|
||||
Frame = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
RGB = { 1, 0.8, 0.5 },
|
||||
|
||||
Reference in New Issue
Block a user