mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Fix bug that caused change in camera direction when switching between interaction mode.
This commit is contained in:
@@ -160,17 +160,15 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Observer = "EARTH BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
--]]
|
||||
GuiName = "/Solar/Planets/DebugGlobe"
|
||||
},
|
||||
-- EarthTrail module
|
||||
|
||||
Reference in New Issue
Block a user