Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace into feature/globebrowsing

This commit is contained in:
Erik Broberg
2016-11-23 12:26:15 +01:00
332 changed files with 4837 additions and 4403 deletions

73
.gitignore vendored
View File

@@ -34,17 +34,8 @@ log.html
ScriptLog.txt
data/scene/atmosphereearth/textures
data/scene/dawn/ceres/textures
data/scene/dawn/dawn/obj
data/scene/dawn/dawn/textures
data/scene/dawn/vestaprojection/textures
data/scene/dawn/vestaprojection/VestaComet
data/scene/debugglobe/textures
data/scene/earth/textures
data/scene/juno/juno/Juno.mtl
data/scene/juno/juno/Juno.obj
data/scene/juno/juno/spice
data/scene/juno/juno/textures
data/scene/jupiter/callisto/textures
data/scene/jupiter/europa/textures
data/scene/jupiter/ganymede/textures
@@ -54,31 +45,47 @@ data/scene/mars/textures
data/scene/mercury/textures
data/scene/milkyway/textures
data/scene/milkyway-eso/textures
data/scene/missions/dawn/ceres/textures
data/scene/missions/dawn/dawn/obj
data/scene/missions/dawn/dawn/textures
data/scene/missions/dawn/vestaprojection/textures
data/scene/missions/dawn/vestaprojection/VestaComet
data/scene/missions/juno/juno/Juno.mtl
data/scene/missions/juno/juno/Juno.obj
data/scene/missions/juno/juno/spice
data/scene/missions/juno/juno/textures
data/scene/missions/newhorizons/jupiter/callisto/textures
data/scene/missions/newhorizons/jupiter/europa/textures
data/scene/missions/newhorizons/jupiter/ganymede/textures
data/scene/missions/newhorizons/jupiter/io/textures
data/scene/missions/newhorizons/jupiter/jupiter/ProjectionsOfInterest
data/scene/missions/newhorizons/newhorizons/models
data/scene/missions/newhorizons/newhorizons/textures
data/scene/missions/newhorizons/pluto/charon/textures
data/scene/missions/newhorizons/pluto/pluto/assets
data/scene/missions/newhorizons/pluto/pluto/full_images
data/scene/missions/newhorizons/pluto/pluto/images
data/scene/missions/newhorizons/pluto/pluto/textures
data/scene/missions/osirisrex/bennu/models
data/scene/missions/osirisrex/bennu/textures
data/scene/missions/osirisrex/osirisrex/models
data/scene/missions/osirisrex/osirisrex/textures
data/scene/missions/rosetta/67P/obj
data/scene/missions/rosetta/67P/rosettaimages
data/scene/missions/rosetta/67P/textures
data/scene/missions/rosetta/rosetta/rosetta
data/scene/missions/rosetta/rosetta/textures
data/scene/moon/textures
data/scene/neptune/textures
data/scene/newhorizons/jupiter/callisto/textures
data/scene/newhorizons/jupiter/europa/textures
data/scene/newhorizons/jupiter/ganymede/textures
data/scene/newhorizons/jupiter/io/textures
data/scene/newhorizons/jupiter/jupiter/ProjectionsOfInterest
data/scene/newhorizons/newhorizons/models
data/scene/newhorizons/newhorizons/textures
data/scene/newhorizons/pluto/charon/textures
data/scene/newhorizons/pluto/pluto/assets
data/scene/newhorizons/pluto/pluto/full_images
data/scene/newhorizons/pluto/pluto/images
data/scene/newhorizons/pluto/pluto/textures
data/scene/osirisrex/bennu/models
data/scene/osirisrex/bennu/textures
data/scene/osirisrex/osirisrex/models
data/scene/osirisrex/osirisrex/textures
data/scene/pluto/textures
data/scene/saturn/textures
data/scene/rosetta/67P/obj
data/scene/rosetta/67P/rosettaimages
data/scene/rosetta/67P/textures
data/scene/rosetta/rosetta/rosetta
data/scene/rosetta/rosetta/textures
data/scene/saturn/dione/textures
data/scene/saturn/enceladus/textures
data/scene/saturn/iapetus/textures
data/scene/saturn/mimas/textures
data/scene/saturn/rhea/textures
data/scene/saturn/saturn/textures
data/scene/saturn/tethys/textures
data/scene/saturn/titan/textures
data/scene/stars/colorbv.cmap
data/scene/stars/speck
data/scene/stars/textures
@@ -90,11 +97,11 @@ data/scene/uranus/textures
data/scene/venus/textures
data/scene/volumetricmilkyway/milkyway
data/spice/DawnKernels
data/spice/jup260.bsp
data/spice/de430_1850-2150.bsp
data/spice/jup260.bsp
data/spice/MAR063.BSP
data/spice/NewHorizonsKernels
data/spice/nh_kernels
data/spice/OsirisRexKernels
data/spice/Rosetta
data/spice/sat375.bsp

View File

@@ -10,7 +10,7 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime(openspace.time.currentWallTime())
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
end
function postInitialization()

View File

@@ -10,7 +10,7 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2011 AUG 06 00:00:00")
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
end
function postInitialization()
@@ -46,18 +46,14 @@ return {
"venus",
"earth",
"mars",
"jupiter",
"saturn",
"jupiter/jupiter",
"saturn/saturn",
"uranus",
"neptune",
"pluto",
"stars",
"milkyway",
"rosetta",
"67P",
"dawn",
"vestaprojection",
"ceres"
"missions/dawn"
}
}

View File

@@ -1,53 +0,0 @@
-- TextureResolution = "low"
TextureResolution = "med"
-- TextureResolution = "high"
function preInitialization()
--[[
The scripts in this function are executed after the scene is loaded but before the
scene elements have been initialized, thus they should be used to set the time at
which the scene should start and other settings that might determine initialization
critical objects.
]]--
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
openspace.spice.loadKernel("${SPICE}/naif0011.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2018-10-25T04:00:00.00")
openspace.time.setDeltaTime(0)
end
function postInitialization()
--[[
The scripts in this function are executed after all objects in the scene have been
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.enabled", false)
openspace.setPropertyValue("SunGlare.renderable.enabled", false)
openspace.setPropertyValue("SunMarker.renderable.enabled", false)
openspace.printInfo("Done setting default values")
openspace.resetCameraDirection()
end
return {
ScenePath = ".",
CommonFolder = "common",
Camera = {
Focus = "DebugModel",
Position = {292946.630948, 377755.961928, 366248.427057},
Rotation = {0.732615, -0.137003, 0.430036, 0.509485},
},
Modules = {
"sun",
"stars",
"debugmodel",
}
}

View File

@@ -1,93 +0,0 @@
function preInitialization()
--[[
The scripts in this function are executed after the scene is loaded but before the
scene elements have been initialized, thus they should be used to set the time at
which the scene should start and other settings that might determine initialization
critical objects.
]]--
--YYYY-MM-DDTHH:MN:SS
--openspace.time.setTime(openspace.time.currentWallTime())
--[[
-- March 9, 2016 total eclipse times from land
-- Palembang, South Sumatra, Indonesia
-- Partial solar eclipse begins: 6:20 a.m. local Western Indonesian Time
-- Total solar eclipse begins: 7:20 a.m. local time
-- Maximum eclipse: 7:21 a.m. local time
-- Total solar eclipse ends: 7:22 a.m. local time
-- Partial solar eclipse ends: 8:31 a.m. local time
-- 6:20 -> 23:20 day before in UTC
]]--
openspace.spice.loadKernel("${SPICE}/naif0011.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2016-03-08T22:45:00")
-- Total Lunar Eclipse Jan 31, 2018 at 10:51:13 UTC
-- Regions seeing, at least, some parts of the eclipse: North/East Europe,
-- Asia, Australia, North/East Africa, North America, North/East South America,
-- Pacific, Atlantic, Indian Ocean, Arctic, Antarctica.
--openspace.time.setTime("2018-01-31T10:30:00")
--openspace.time.setDeltaTime(200.0)
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
end
function postInitialization()
--[[
The scripts in this function are executed after all objects in the scene have been
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.enabled", false)
openspace.setPropertyValue("SunMarker.renderable.enabled", false)
openspace.setPropertyValue("EarthMarker.renderable.enabled", false)
--openspace.setPropertyValue("Constellation Bounds.renderable.enabled", false)
openspace.setPropertyValue("PlutoTrail.renderable.enabled", false)
openspace.setPropertyValue("PlutoTexture.renderable.enabled", false)
openspace.setPropertyValue("MilkyWay.renderable.transparency", 0.55)
openspace.setPropertyValue("MilkyWay.renderable.segments", 50)
openspace.printInfo("Done setting default values")
end
return {
ScenePath = ".",
CommonFolder = "common",
Camera = {
Focus = "Earth",
--Focus = "Moon",
Position = {526781518487.171326, 257168309890.072144, -1381125204152.817383},
Rotation = {-0.106166, 0.981574, -0.084545, 0.134513},
},
Modules = {
"sun",
"mercury",
"venus",
"earth",
"moon",
"mars",
--"jupiter",
"saturn",
"uranus",
"neptune",
"stars",
-- "stars-denver",
"milkyway",
-- "milkyway-eso",
--"constellationbounds",
-- "fieldlines",
--"io",
--"europa",
--"ganymede",
--"callisto",
--"gridGalactic",
--"gridEcliptic",
--"gridEquatorial",
}
}

View File

@@ -10,7 +10,7 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime(openspace.time.currentWallTime())
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
end
@@ -21,7 +21,7 @@ function postInitialization()
graphical settings for the renderables.
]]--
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.enab`led", true)
openspace.setPropertyValue("Sun.renderable.enabled", true)
openspace.setPropertyValue("SunGlare.renderable.enabled", false)
openspace.setPropertyValue("SunMarker.renderable.enabled", false)
openspace.setPropertyValue("EarthMarker.renderable.enabled", false)
@@ -35,17 +35,7 @@ function postInitialization()
openspace.printInfo("Done setting default values")
if openspace.modules.isLoaded("ISWA") then
openspace.iswa.addCdfFiles("${OPENSPACE_DATA}/cdflist.json");
--openspace.iswa.addCygnet(7);
--openspace.iswa.addCygnet(-4,"Data","Gm");
--openspace.iswa.addCygnet(-5,"Data","Gm");
--openspace.iswa.addCygnet(-6,"Data","Gm");
--openspace.iswa.addCygnet(-7,"Data","Gm");
--openspace.iswa.addCygnet(-8,"Data","Gm");
--openspace.iswa.addCygnet(-9,"Data","Gm");
end
end
@@ -55,8 +45,8 @@ return {
CommonFolder = "common",
Camera = {
Focus = "Earth",
Position = {526781518487.171326, 257168309890.072144, -1381125204152.817383},
Rotation = {-0.106166, 0.981574, -0.084545, 0.134513},
Position = {505370268486.696167, 1089706179272.719116, -890259148524.319458},
Rotation = {0.250635, -0.028751, 0.879269, 0.404030},
},
Modules = {
"sun",

View File

@@ -3,6 +3,14 @@ return {
{
Name = "EarthBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "EARTH",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
}
}
},
-- Earth module
{
@@ -30,12 +38,6 @@ return {
}
},
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "EARTH",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_EARTH",
@@ -51,7 +53,7 @@ return {
-- EarthTrail module
{
Name = "EarthTrail",
Parent = "EarthBarycenter",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "EARTH",

View File

@@ -10,7 +10,7 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2015 JAN 01 12:00:00.000")
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
end
function postInitialization()

View File

@@ -1,46 +0,0 @@
function preInitialization()
--[[
The scripts in this function are executed after the scene is loaded but before the
scene elements have been initialized, thus they should be used to set the time at
which the scene should start and other settings that might determine initialization
critical objects.
]]--
--openspace.time.setTime(openspace.time.currentWallTime())
openspace.spice.loadKernel("${SPICE}/naif0011.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2015 NOV 24 00:00:00")
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
end
function postInitialization()
openspace.printInfo("Setting default values")
openspace.setInteractionMode('GlobeBrowsing')
openspace.time.setDeltaTime(0)
openspace.restoreCameraStateFromFile("debugstart.view")
openspace.resetCameraDirection()
openspace.gui.show()
openspace.printInfo("Done setting default values")
end
return {
ScenePath = ".",
CommonFolder = "common",
Camera = {
Focus = "DebugGlobe",
Position = {3428016.852415, 616607.056698, 60430.587719},
Rotation = {0.178551, -0.280661, 0.916566, 0.221935},
},
Modules = {
"debugglobe"
}
}

View File

@@ -10,43 +10,42 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/naif0011.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2015 NOV 24 00:00:00")
openspace.time.setTime(openspace.time.currentWallTime())
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
-- Toggle trails
openspace.bindKey("t",
helper.property.invert('EarthTrail.renderable.enabled') ..
helper.property.invert('MarsTrail.renderable.enabled') ..
helper.property.invert('MoonTrail.renderable.enabled')
)
-- Toggle night texture, shading, atmosphere and water
openspace.bindKey("s",
helper.property.invert('Earth.RenderableGlobe.Layers.NightLayers.Earth at Night 2012.enabled') ..
helper.property.invert('Earth.RenderableGlobe.performShading') ..
helper.property.invert('Earth.RenderableGlobe.atmosphere') ..
helper.property.invert('Earth.RenderableGlobe.Layers.WaterMasks.MODIS_Water_Mask.enabled')
helper.property.invert('Earth.RenderableGlobe.Layers.WaterMasks.MODIS_Water_Mask.enabled'),
"Toggle night texture, shading, atmosphere, and water for Earth."
)
-- Toggle background
openspace.bindKey("b",
helper.property.invert('MilkyWay.renderable.enabled') ..
helper.property.invert('Sun.renderable.enabled') ..
helper.property.invert('Moon.RenderableGlobe.enabled') ..
helper.property.invert('Mars.RenderableGlobe.enabled') ..
helper.property.invert('Stars.renderable.enabled')
helper.property.invert('Stars.renderable.enabled'),
"Toggle background (Stars and Milkyway)."
)
--[[
-- Toggle trails
openspace.bindKey("o",
'openspace.setPropertyValue("*Trail.renderable.enabled", false)'
)
openspace.bindKey("p",
'openspace.setPropertyValue("*Trail.renderable.enabled", true)'
)
]]
end
function postInitialization()
openspace.printInfo("Setting default values")
openspace.setInteractionMode('GlobeBrowsing')
--openspace.restoreCameraStateFromFile("camera_lookat_planet.lua")
openspace.setPropertyValue("MilkyWay.renderable.transparency", 0.55)
openspace.setPropertyValue("MilkyWay.renderable.segments", 50)
@@ -60,7 +59,6 @@ function postInitialization()
openspace.setPropertyValue("Earth.RenderableGlobe.Layers.NightLayers.Earth at Night 2012.settings.multiplier", 10)
openspace.resetCameraDirection()
openspace.time.setDeltaTime(0)
openspace.printInfo("Done setting default values")
end
@@ -70,16 +68,13 @@ return {
ScenePath = ".",
CommonFolder = "common",
Camera = {
Focus = "Mars",
Focus = "Earth",
Position = {138530625167.228241, 42217005217.825005, -46336405755.934372},
Rotation = {0.633883, 0.492158, -0.123913, -0.583625},
},
Modules = {
"lodearth",
"lodmoon",
"lodmars",
--"lodmercury",
"lodglobes",
"sun",
"stars",
"milkyway",

View File

@@ -9,7 +9,6 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
openspace.time.setTime("2016-07-05T10:05:00.00")
openspace.time.setDeltaTime(0)
dofile(openspace.absPath('${SCRIPTS}/common.lua'))
openspace.clearKeys()
@@ -18,8 +17,6 @@ function preInitialization()
1, 5, 10, 20, 40, 90, 360, 720, 2880, 14400,
28800, 57600, 115200, 230400, 460800, 921600, 1843200, 3686400, 7372800, 14745600
})
openspace.bindKey("F6", "openspace.setPropertyValue('Interaction.coordinateSystem', 'Jupiter');");
end
function postInitialization()
@@ -55,12 +52,12 @@ return {
"earth",
"mars",
"jupiter",
"saturn",
"saturn/saturn",
"uranus",
"neptune",
"stars",
"milkyway",
"juno"
"missions/juno"
}
}

View File

@@ -33,11 +33,7 @@ return {
Type = "SpiceRotation",
SourceFrame = "IAU_EUROPA",
DestinationFrame = "IAU_JUPITER",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
}
}
},
-- EuropaTrail module

View File

@@ -2,4 +2,7 @@ return {
FileRequest = {
{ Identifier = "jupiter_textures", Destination = "textures", Version = 1 }
},
TorrentFiles = {
{ File = "jup260.bsp.torrent", Destination = "${SPICE}" },
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,62 @@
return {
-- RenderableGlobe module
{
Name = "Callisto",
Parent = "JupiterBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_CALLISTO",
DestinationFrame = "GALACTIC",
},
Translation = {
Type = "SpiceTranslation",
Body = "CALLISTO",
Observer = "JUPITER BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {2631000, 2631000, 2631000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Callisto Texture",
FilePath = "textures/callisto.jpg",
Enabled = true,
MinimumPixelSize = 112,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
}
},
-- Trail module
{
Name = "CallistoTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "CALLISTO",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.4, 0.3, 0.01 },
TropicalOrbitPeriod = 60 ,
EarthOrbitRatio = 0.045,
DayLength = 9.9259,
}
},
}

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "earth_textures", Destination = "textures", Version = 2 }
},
}

View File

@@ -63,12 +63,13 @@ return {
},
{
Type = "Temporal",
Name = "Temporal MODIS Aqua CorrectedRecflectance TrueColor",
FilePath = "map_service_configs/GIBS/Temporal_MODIS_Aqua_CorrectedReflectance_TrueColor.xml",
Name = "Temporal_GHRSST_L4_MUR_Sea_Surface_Temperature",
FilePath = "map_service_configs/GIBS/Temporal_GHRSST_L4_MUR_Sea_Surface_Temperature.xml",
},
{
Name = "VIIRS_SNPP_CorrectedReflectance_TrueColor",
FilePath = "map_service_configs/GIBS/VIIRS_SNPP_CorrectedReflectance_TrueColor.xml",
Enabled = true,
},
{
Type = "SingleImage",
@@ -76,12 +77,8 @@ return {
FilePath = "textures/test_tile.png",
},
},
GrayScaleLayers = {
},
GrayScaleColorOverlays = {
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = {
{
Name = "Earth at Night 2012",
@@ -113,7 +110,7 @@ return {
Type = "SizeReference",
Name = "Size Reference",
Radii = earthEllipsoid,
BackgroundImagePath = "../debugglobe/textures/arrows.png",
BackgroundImagePath = "../../debugglobe/textures/arrows.png",
},
},
HeightLayers = {

View File

@@ -13,12 +13,10 @@
<BlockSizeY>512</BlockSizeY>
<BandsCount>3</BandsCount>
<MaxConnections>5</MaxConnections>
<!--
<Cache>
<Path>./gdalwmscache</Path>
<Depth>2</Depth>
<Path>./GDAL_Cache_ESRI_Imagery_World_2d</Path>
<Depth>10</Depth>
<Extension>.jpg</Extension>
</Cache>
<OfflineMode>true</OfflineMode>
-->
<OfflineMode>false</OfflineMode>
</GDAL_WMS>

View File

@@ -0,0 +1,25 @@
<OpenSpaceTemporalGDALDataset>
<OpenSpaceTimeStart>2002-06-01</OpenSpaceTimeStart>
<OpenSpaceTimeEnd></OpenSpaceTimeEnd>
<OpenSpaceTimeResolution>1d</OpenSpaceTimeResolution>
<OpenSpaceTimeIdFormat>YYYY-MM-DD</OpenSpaceTimeIdFormat>
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>http://map1.vis.earthdata.nasa.gov/wmts-geo/GHRSST_L4_MUR_Sea_Surface_Temperature/default/${OpenSpaceTimeId}/EPSG4326_1km/${z}/${y}/${x}.png</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90</UpperLeftY>
<LowerRightX>396.0</LowerRightX>
<LowerRightY>-198</LowerRightY>
<TileLevel>8</TileLevel>
<TileCountX>2</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:4326</Projection>
<BlockSizeX>512</BlockSizeX>
<BlockSizeY>512</BlockSizeY>
<BandsCount>4</BandsCount>
</GDAL_WMS>
</OpenSpaceTemporalGDALDataset>

View File

@@ -0,0 +1,62 @@
return {
-- RenderableGlobe module
{
Name = "Europa",
Parent = "JupiterBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_EUROPA",
DestinationFrame = "GALACTIC",
},
Translation = {
Type = "SpiceTranslation",
Body = "EUROPA",
Observer = "JUPITER BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {1561000, 1561000, 1561000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Europa Texture",
FilePath = "textures/europa.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
}
},
-- Trail module
{
Name = "EuropaTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "EUROPA",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.5, 0.3, 0.3 },
TropicalOrbitPeriod = 60,
EarthOrbitRatio = 0.01,
DayLength = 9.9259,
}
},
}

View File

@@ -0,0 +1,62 @@
return {
-- RenderableGlobe module
{
Name = "Ganymede",
Parent = "JupiterBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_GANYMEDE",
DestinationFrame = "GALACTIC",
},
Translation = {
Type = "SpiceTranslation",
Body = "GANYMEDE",
Observer = "JUPITER BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {2631000, 2631000, 2631000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Ganymede Texture",
FilePath = "textures/ganymede.jpg",
Enabled = true,
MinimumPixelSize = 112,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
}
},
-- Trail module
{
Name = "GanymedeTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "GANYMEDE",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.4, 0.3, 0.3 },
TropicalOrbitPeriod = 60 ,
EarthOrbitRatio = 0.019,
DayLength = 9.9259,
}
},
}

View File

@@ -0,0 +1,61 @@
return {
-- RenderableGlobe module
{
Name = "Io",
Parent = "JupiterBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_IO",
DestinationFrame = "GALACTIC",
},
Translation = {
Type = "SpiceTranslation",
Body = "IO",
Observer = "JUPITER BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {1821300, 1821300, 1821300},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Io Texture",
FilePath = "textures/io.jpg",
Enabled = true,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
}
},
-- Trail module
{
Name = "IoTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "IO",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.4, 0.4, 0.2 },
TropicalOrbitPeriod = 40 ,
EarthOrbitRatio = 0.0045,
DayLength = 9.9259,
}
},
}

Binary file not shown.

View File

@@ -0,0 +1,8 @@
return {
FileRequest = {
{ Identifier = "jupiter_textures", Destination = "textures", Version = 1 }
},
TorrentFiles = {
{ File = "jup260.bsp.torrent", Destination = "${SPICE}" },
}
}

View File

@@ -0,0 +1,72 @@
return {
-- Barycenter module
{
Name = "JupiterBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "JUPITER BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
-- RenderableGlobe module
{
Name = "Jupiter",
Parent = "JupiterBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_JUPITER",
DestinationFrame = "GALACTIC",
},
Translation = {
Type = "StaticTranslation",
Position = {0, 0, 0}, -- jupiter is at its barycenter
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {71492000, 71492000, 66854000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Jupiter Texture",
FilePath = "textures/jupiter.jpg",
Enabled = true,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
}
},
-- Trail module
{
Name = "JupiterTrail",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "JUPITER BARYCENTER",
Frame = "GALACTIC",
Observer = "SUN",
RGB = { 0.8, 0.7, 0.7 },
TropicalOrbitPeriod = 4330.595 ,
EarthOrbitRatio = 11.857,
DayLength = 9.9259,
}
},
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
local marsEllipsoid = {3396190.0, 3396190.0, 3376200.0}
return {
-- Mars barycenter module
-- Barycenter module
{
Name = "MarsBarycenter",
Parent = "SolarSystemBarycenter",
@@ -39,7 +39,7 @@ return {
{
Type = "SingleImage",
Name = "Debug Tiles",
FilePath = "../debugglobe/textures/test_tile.png",
FilePath = "../../debugglobe/textures/test_tile.png",
},
{
Name = "MARS_Viking",
@@ -58,7 +58,11 @@ return {
},
GrayScaleColorOverlays = {
--[[
{
Name = "Layered Rock Outcrops in Southwest Candor Chasma",
FilePath = "map_datasets/HiRISE/Layered_Rock_Outcrops_in_Southwest_Candor_Chasma_Texture.vrt",
},
--[[
{
Name = "CTX Mosaic",
FilePath = "map_service_configs/CTX_Mosaic.xml",
@@ -69,10 +73,6 @@ return {
FilePath = "map_datasets/CTX/West_Candor_Chasma_longlat_global.vrt",
--Enabled = true,
},
{
Name = "Layered Rock Outcrops in Southwest Candor Chasma",
FilePath = "map_datasets/HiRISE/Layered_Rock_Outcrops_in_Southwest_Candor_Chasma_Texture.vrt",
},
{
Name = "MER_Meridianni_Endeavor_Basemap_25cm",
FilePath = "map_datasets/Basemap/MER_Meridianni_Endeavor_Basemap_25cm.vrt",
@@ -83,12 +83,8 @@ return {
},
]]
},
NightLayers = {
},
WaterMasks = {
},
NightLayers = { },
WaterMasks = { },
ColorOverlays = {
{
Type = "TileIndex",
@@ -98,10 +94,16 @@ return {
Type = "SizeReference",
Name = "Size Reference",
Radii = marsEllipsoid,
BackgroundImagePath = "../debugglobe/textures/arrows.png",
BackgroundImagePath = "../../debugglobe/textures/arrows.png",
},
},
HeightLayers = {
{
Name = "Layered Rock Outcrops in Southwest Candor Chasma",
FilePath = "map_datasets/HiRISE/Layered_Rock_Outcrops_in_Southwest_Candor_Chasma_Heightmap.vrt",
MinimumPixelSize = 90,
DoPreProcessing = true,
},
--[[
{
Name = "Mola Elevation",
@@ -125,12 +127,6 @@ return {
MinimumPixelSize = 90,
DoPreProcessing = true,
},
{
Name = "Layered Rock Outcrops in Southwest Candor Chasma",
FilePath = "map_datasets/HiRISE/Layered_Rock_Outcrops_in_Southwest_Candor_Chasma_Heightmap.vrt",
MinimumPixelSize = 90,
DoPreProcessing = true,
},
{
Name = "Part of Area Traversed by the Mars Exploration Rover",
FilePath = "map_datasets/HiRISE/Part_of_Area_Traversed_by_the_Mars_Exploration_Rover_Heightmap.vrt",
@@ -140,7 +136,7 @@ return {
},
}
},
-- MarsTrail module
-- Trail module
{
Name = "MarsTrail",
Parent = "Sun",

View File

@@ -12,4 +12,10 @@
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
</DataWindow>
<Cache>
<Path>./GDAL_CTX_cache</Path>
<Depth>10</Depth>
<Extension>.png</Extension>
</Cache>
<OfflineMode>true</OfflineMode>
</GDAL_WMS>

View File

@@ -0,0 +1,10 @@
<GDAL_WMTS>
<GetCapabilitiesUrl>http://webgis3.wr.usgs.gov/arcgis/rest/services/Mars_color/MapServer/WMTS/1.0.0/WMTSCapabilities.xml</GetCapabilitiesUrl>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90</LowerRightY>
</DataWindow>
<BandsCount>3</BandsCount>
</GDAL_WMTS>

View File

@@ -0,0 +1,22 @@
<GDAL_WMS>
<Service name="WMS">
<Version>1.3.0</Version>
<ServerUrl>http://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mars/mars_simp_cyl.map</ServerUrl>
<CRS>EPSG:4326</CRS>
<ImageFormat>image/png</ImageFormat>
<Layers>MDIM21_color</Layers>
<Transparent>TRUE</Transparent>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<SizeX>2048</SizeX>
<SizeY>1024</SizeY>
<YOrigin>bottom</YOrigin>
</DataWindow>
</GDAL_WMS>
<!--
http://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mars/mars_simp_cyl.map&SERVICE=WMS&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.3.0&LAYERS=MDIM21_color&WIDTH=552&HEIGHT=701&CRS=EPSG:4326&BBOX=-44.04553530613228,-180,79.17712094386772,-82.96875
-->

View File

@@ -0,0 +1,17 @@
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>http://d1poygwgh8gv6r.cloudfront.net/catalog/Mars_MGS_MOLA_DEM_mosaic_global_463m_8/1.0.0//default/default028mm/${z}/${y}/${x}.png</ServerUrl>
<ImageFormat>image/png</ImageFormat>
</Service>
<DataWindow>
<TileLevel>5</TileLevel>
<TileCountX>2</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<DataType>Byte</DataType>
<Projection>EPSG:4326</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>2</BandsCount>
</GDAL_WMS>

View File

@@ -0,0 +1,8 @@
return {
FileRequest = {
{ Identifier = "mars_textures", Destination = "textures", Version = 1 }
},
TorrentFiles = {
-- { File = "MAR063.BSP.torrent", Destination = "${SPICE}" }
}
}

View File

@@ -1,5 +1,5 @@
return {
-- Mercury barycenter module
-- Barycenter module
{
Name = "MercuryBarycenter",
Parent = "SolarSystemBarycenter",
@@ -12,7 +12,6 @@ return {
},
},
},
-- RenderableGlobe module
{
Name = "Mercury",
@@ -39,6 +38,13 @@ return {
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Simple Texture",
FilePath = "textures/mercury.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
--[[
{
Name = "On Mercury Color",
FilePath = "map_service_configs/OnMercuryColor.xml",
@@ -48,6 +54,7 @@ return {
Name = "On Mercury Image",
FilePath = "map_service_configs/OnMercuryImage.xml",
},
]]
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
@@ -55,17 +62,18 @@ return {
WaterMasks = { },
ColorOverlays = { },
HeightLayers = {
--[[
{
Name = "On Mercury Height",
FilePath = "map_service_configs/OnMercuryElevationGaskell.xml",
Enabled = true,
},
]]
},
},
},
},
-- MercuryTrail module
-- Trail module
{
Name = "MercuryTrail",
Parent = "SolarSystemBarycenter",

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "mercury_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -18,7 +18,7 @@ return {
},
Renderable = {
Type = "RenderableGlobe",
Radii = {1737000, 1737000, 1737000}, -- Moons's radius
Radii = {1738140, 1738140, 1735970}, -- Moons's radius
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 5000, -- Useful when having negative height map values
SegmentsPerPatch = 64,

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "moon_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -0,0 +1,70 @@
return {
-- Barycenter module
{
Name = "NeptuneBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "NEPTUNE BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
-- RenderableGlobe module
{
Name = "Neptune",
Parent = "NeptuneBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_NEPTUNE",
DestinationFrame = "GALACTIC",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
-- No translation, Neptune is in its barycenter
},
Renderable = {
Type = "RenderableGlobe",
Radii = {24764000, 24764000, 24314000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Texture",
FilePath = "textures/neptune.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
},
},
-- Trail module
{
Name = "NeptuneTrail",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "NEPTUNE BARYCENTER",
Frame = "GALACTIC",
Observer = "SUN",
RGB = {0.2, 0.5, 1.0 },
TropicalOrbitPeriod = 59799.9 ,
EarthOrbitRatio = 163.73,
DayLength = 16.11,
},
}
}

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "neptune_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -0,0 +1,80 @@
return {
-- Barycenter module
{
Name = "SaturnBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "SATURN BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
-- RenderableGlobe module
{
Name = "Saturn",
Parent = "SaturnBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_SATURN",
DestinationFrame = "GALACTIC",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
-- No translation, Saturn is in its barycenter
},
Renderable = {
Type = "RenderableGlobe",
Radii = {60268000, 60268000, 54364000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Saturn Texture",
FilePath = "textures/saturn.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
},
},
{
Name = "SaturnRings",
Parent = "Saturn",
Renderable = {
Type = "RenderableRings",
Texture = "textures/saturn_rings.png",
Size = 140220000,
Offset = { 74500 / 140445.100671159, 1.0 } -- min / max extend
},
},
-- Trail module
{
Name = "SaturnTrail",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "SATURN BARYCENTER",
Frame = "GALACTIC",
Observer = "SUN",
RGB = {0.85,0.75,0.51 },
TropicalOrbitPeriod = 10746.94 ,
EarthOrbitRatio = 29.424,
DayLength = 10.656,
},
}
}

View File

@@ -0,0 +1,70 @@
return {
-- Barycenter module
{
Name = "UranusBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "URANUS BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
-- RenderableGlobe module
{
Name = "Uranus",
Parent = "UranusBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_URANUS",
DestinationFrame = "GALACTIC",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
-- No translation, Uranus is in its barycenter
},
Renderable = {
Type = "RenderableGlobe",
Radii = {25559000, 25559000, 24973000},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Texture",
FilePath = "textures/uranus.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
},
},
-- Trail module
{
Name = "UranusTrail",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "URANUS BARYCENTER",
Frame = "GALACTIC",
Observer = "SUN",
RGB = {0.60,0.95,1.00 },
TropicalOrbitPeriod = 30588.740 ,
EarthOrbitRatio = 83.749,
DayLength = 17.24,
},
}
}

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "uranus_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -0,0 +1,75 @@
return {
-- Barycenter module
{
Name = "VenusBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "VENUS BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
-- RenderableGlobe module
{
Name = "Venus",
Parent = "VenusBarycenter",
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_VENUS",
DestinationFrame = "GALACTIC",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
Translation = {
Type = "SpiceTranslation",
Body = "VENUS",
Observer = "VENUS BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
Renderable = {
Type = "RenderableGlobe",
Radii = {6051900, 6051900, 6051800},
CameraMinHeight = 300,
InteractionDepthBelowEllipsoid = 0, -- Useful when having negative height map values
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Venus Texture",
FilePath = "textures/venus.jpg",
Enabled = true,
MinimumPixelSize = 256,
},
},
GrayScaleLayers = { },
GrayScaleColorOverlays = { },
NightLayers = { },
WaterMasks = { },
ColorOverlays = { },
HeightLayers = { },
},
},
},
-- Trail module
{
Name = "VenusTrail",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "VENUS",
Frame = "GALACTIC",
Observer = "SUN",
RGB = {1, 0.5, 0.2},
TropicalOrbitPeriod = 224.695 ,
EarthOrbitRatio = 0.615,
DayLength = 2802.0,
},
}
}

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "venus_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -1,28 +0,0 @@
<VRTDataset rasterXSize="163840" rasterYSize="81920">
<SRS>GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHEROID["Moon_2000_IAU_IAG",1737400.0,0.0]],PRIMEM["Reference_Meridian",0.0],UNIT["Degree",0.0174532925199433]]</SRS>
<GeoTransform> -1.8000000000000000e+02, 2.1972656250000000e-03, 0.0000000000000000e+00, 9.0000000000000000e+01, 0.0000000000000000e+00, -2.1972656250000000e-03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<NoDataValue>0</NoDataValue>
<HideNoDataValue>1</HideNoDataValue>
<ColorInterp>Gray</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1">OnMoonColor.xml</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="163840" RasterYSize="81920" DataType="Byte" BlockXSize="512" BlockYSize="512" />
<SrcRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<DstRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<NODATA>0</NODATA>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="2">
<ColorInterp>Alpha</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1">white_geo.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="163840" RasterYSize="81920" DataType="Byte" BlockXSize="512" BlockYSize="512"/>
<SrcRect xOff="0" yOff="0" xSize="32" ySize="32" />
<DstRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
</ComplexSource>
</VRTRasterBand>
</VRTDataset>

View File

@@ -1,49 +0,0 @@
<VRTDataset rasterXSize="163840" rasterYSize="81920">
<SRS>GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHEROID["Moon_2000_IAU_IAG",1737400.0,0.0]],PRIMEM["Reference_Meridian",0.0],UNIT["Degree",0.0174532925199433]]</SRS>
<GeoTransform> -1.8000000000000000e+02, 2.1972656250000000e-03, 0.0000000000000000e+00, 9.0000000000000000e+01, 0.0000000000000000e+00, -2.1972656250000000e-03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<NoDataValue>0</NoDataValue>
<HideNoDataValue>1</HideNoDataValue>
<ColorInterp>Red</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1">OnMoonColor.xml</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="163840" RasterYSize="81920" DataType="Byte" BlockXSize="512" BlockYSize="512" />
<SrcRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<DstRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<NODATA>0</NODATA>
<ScaleOffset>16</ScaleOffset>
<ScaleRatio>0</ScaleRatio>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="2">
<NoDataValue>0</NoDataValue>
<HideNoDataValue>1</HideNoDataValue>
<ColorInterp>Green</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1">OnMoonColor.xml</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="163840" RasterYSize="81920" DataType="Byte" BlockXSize="512" BlockYSize="512" />
<SrcRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<DstRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<NODATA>0</NODATA>
<ScaleOffset>16</ScaleOffset>
<ScaleRatio>0</ScaleRatio>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="3">
<NoDataValue>0</NoDataValue>
<HideNoDataValue>1</HideNoDataValue>
<ColorInterp>Blue</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1">OnMoonColor.xml</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="163840" RasterYSize="81920" DataType="Byte" BlockXSize="512" BlockYSize="512" />
<SrcRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<DstRect xOff="0" yOff="0" xSize="163840" ySize="81920" />
<NODATA>0</NODATA>
<ScaleOffset>16</ScaleOffset>
<ScaleRatio>0</ScaleRatio>
</ComplexSource>
</VRTRasterBand>
</VRTDataset>

View File

@@ -3,6 +3,14 @@ return {
{
Name = "MercuryBarycenter",
Parent = "SolarSystemBarycenter",
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "MERCURY BARYCENTER",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
}
},
-- Mercury module
{
@@ -28,12 +36,6 @@ return {
}
},
Transform = {
Translation = {
Type = "SpiceTranslation",
Body = "MERCURY",
Observer = "SUN",
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_MERCURY",
@@ -48,7 +50,7 @@ return {
-- MercuryTrail module
{
Name = "MercuryTrail",
Parent = "MercuryBarycenter",
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "MERCURY",

View File

@@ -1,144 +1,144 @@
return {
-- New Horizons Body module
{
Name = "Juno",
-- Parent = "PlutoBarycenter",
-- Parent = "JupiterBarycenter",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableModel",
Body = "JUNO",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "Juno.obj",
Magnification = 4,
},
Textures = {
Type = "simple",
Color = "textures/gray.png",
},
Rotation = {
Source = "JUNO_SPACECRAFT",
Destination = "GALACTIC",
ModelTransform = {
1.0, 0.0, 0.0,
0.0, 0.0, 1.0,
0.0, -1.0, 0.0
}
},
},
Ephemeris = {
Type = "Spice",
Body = "JUNO",
Observer = "JUPITER BARYCENTER",
Kernels = {
"spice/JNO_SCLKSCET.00039.tsc",
"spice/juno_jade_v00.ti",
"spice/juno_jedi_v00.ti",
"spice/juno_jiram_v01.ti",
"spice/juno_junocam_v00.ti",
"spice/juno_mag_v00.ti",
"spice/juno_mwr_v01.ti",
"spice/juno_struct_v01.ti",
"spice/juno_uvs_v00.ti",
"spice/juno_v08.tf",
"spice/juno_waves_v00.ti",
"spice/juno_mwr_v01.ti",
"spice/spk_merge_110805_171017_130515.bsp",
"spice/ck/juno_sc_prl_110930_111028_jc003c01_v01.bc",
"spice/ck/juno_sc_prl_111028_111125_jc004b00_v01.bc",
"spice/ck/juno_sc_prl_111125_111223_jc005b00_v01.bc",
"spice/ck/juno_sc_prl_111223_120127_jc006a02_v01.bc",
"spice/ck/juno_sc_prl_120127_120217_jc007a00_v01.bc",
"spice/ck/juno_sc_prl_120217_120316_jc008b00_v02.bc",
"spice/ck/juno_sc_prl_120316_120413_jc009a00_v01.bc",
"spice/ck/juno_sc_prl_120413_120511_jc010a04_v01.bc",
"spice/ck/juno_sc_prl_120511_120608_jc011a01_v02.bc",
"spice/ck/juno_sc_prl_120608_120706_jc012b01_v01.bc",
"spice/ck/juno_sc_prl_120706_120802_jc013a01_v01.bc",
"spice/ck/juno_sc_prl_120802_120824_jc014b01_v01.bc",
"spice/ck/juno_sc_prl_120824_120928_jc015m00_v01.bc",
"spice/ck/juno_sc_prl_120919_120928_jc015o00_v01.bc",
"spice/ck/juno_sc_prl_120928_121026_jc016c03_v01.bc",
"spice/ck/juno_sc_prl_121026_121123_jc017a01_v01.bc",
"spice/ck/juno_sc_prl_121123_121221_jc018b01_v01.bc",
"spice/ck/juno_sc_prl_121221_130118_jc019a01_v01.bc",
"spice/ck/juno_sc_prl_130118_130215_jc020b01_v01.bc",
"spice/ck/juno_sc_prl_130315_130412_jc022b01_v01.bc",
"spice/ck/juno_sc_prl_130412_130510_jc023b03_v01.bc",
"spice/ck/juno_sc_prl_130510_130607_jc024a01_v01.bc",
"spice/ck/juno_sc_prl_130607_130705_jc025a00_v01.bc",
"spice/ck/juno_sc_prl_130705_130802_jc026a01_v01.bc",
"spice/ck/juno_sc_prl_130726_131020_jx024a02_EFB_v03.bc",
"spice/ck/juno_sc_prl_130802_130830_jc027a02_v01.bc",
"spice/ck/juno_sc_prl_130830_130927_jc028a01_v01.bc",
"spice/ck/juno_sc_prl_130926_131025_jc029a00_v01.bc",
"spice/ck/juno_sc_prl_130927_131025_jc029c01_v01.bc",
"spice/ck/juno_sc_prl_131022_131025_jc029f00_v01.bc",
"spice/ck/juno_sc_prl_131025_131122_jc030b04_v01.bc",
"spice/ck/juno_sc_prl_131122_131220_jc031b01_v01.bc",
"spice/ck/juno_sc_prl_131220_140124_jc032a01_v01.bc",
"spice/ck/juno_sc_prl_140124_140214_jc033a01_v01.bc",
"spice/ck/juno_sc_prl_140214_140314_jc034b01_v01.bc",
"spice/ck/juno_sc_prl_140314_140411_jc035a01_v01.bc",
"spice/ck/juno_sc_prl_140411_140509_jc036b01_v01.bc",
"spice/ck/juno_sc_prl_140509_140606_jc037b02_v01.bc",
"spice/ck/juno_sc_prl_140606_140704_jc038a01_v01.bc",
"spice/ck/juno_sc_prl_140704_140801_jc039b01_v01.bc",
"spice/ck/juno_sc_prl_140801_140829_jc040a01_v01.bc",
"spice/ck/juno_sc_prl_140829_140926_jc041a01_v01.bc",
"spice/ck/juno_sc_prl_140926_141024_jc042a01_v01.bc",
"spice/ck/juno_sc_prl_141024_141121_jc043a01_v01.bc",
"spice/ck/juno_sc_prl_141105_141121_jc043m01_v01.bc",
"spice/ck/juno_sc_prl_141107_141121_jc043s01_v01.bc",
"spice/ck/juno_sc_prl_141121_141219_jc044a01_v01.bc",
"spice/ck/juno_sc_prl_141219_150123_jc045a01_v01.bc",
"spice/ck/juno_sc_prl_150123_150213_jc046a01_v01.bc",
"spice/ck/juno_sc_prl_150213_150313_jc047a01_v01.bc",
"spice/ck/juno_sc_prl_150312_150409_jc048a01_v01.bc",
"spice/ck/juno_sc_prl_150410_150508_jc049a01_v01.bc",
"spice/ck/juno_sc_prl_150508_150605_jc050a01_v01.bc",
"spice/ck/juno_sc_prl_150605_150703_jc051a01_v01.bc",
"spice/ck/juno_sc_prl_150703_150731_jc052a01_v01.bc",
"spice/ck/juno_sc_prl_150731_150828_jc053a01_v01.bc",
"spice/ck/juno_sc_prl_150805_150828_jc053m00_v01.bc",
"spice/ck/juno_sc_prl_150807_150828_jc053s00_v01.bc",
"spice/ck/juno_sc_prl_150828_150924_jc054a00_v01.bc",
"spice/ck/juno_sc_prl_150924_151023_jc055a00_v01.bc",
"spice/ck/juno_sc_prl_151023_151120_jc056a00_v01.bc",
"spice/ck/juno_sc_prl_151120_151218_jc057a00_v01.bc",
"spice/ck/juno_sc_prl_151218_160115_jc058a00_v01.bc",
"spice/ck/juno_sc_prl_160115_160212_jc059a00_v01.bc",
"spice/ck/juno_sc_prl_160212_160311_jc060a00_v01.bc",
"spice/ck/juno_sc_prl_160311_160408_jc061a00_v01.bc",
"spice/ck/juno_sc_prl_160408_160506_jc062a00_v01.bc",
"spice/ck/juno_sc_prl_160506_160603_jc063a00_v01.bc",
"spice/ck/juno_sc_prl_160603_160630_jc064a00_v01.bc",
"spice/ck/juno_sc_prl_160708_160729_jm0001rp_v02.bc",
"spice/ck/juno_sc_prl_160729_160826_jm0002rp_v01.bc",
"spice/ck/juno_sc_prl_161115_161213_jx0405rp_v01.bc"
}
}
},
--NewHorizonsTrail module
{
Name = "JunoTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "JUNO",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.70,0.50,0.20 },
TropicalOrbitPeriod = 394250.0,
EarthOrbitRatio = 4.5,
DayLength = 9.9259,
TimeStamps = false,
Textures = {
Type = "simple",
Color = "textures/glare_blue.png",
},
},
},
}
return {
-- New Horizons Body module
{
Name = "Juno",
-- Parent = "PlutoBarycenter",
-- Parent = "JupiterBarycenter",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableModel",
Body = "JUNO",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "Juno.obj",
Magnification = 4,
},
Textures = {
Type = "simple",
Color = "textures/gray.png",
},
Rotation = {
Source = "JUNO_SPACECRAFT",
Destination = "GALACTIC",
ModelTransform = {
1.0, 0.0, 0.0,
0.0, 0.0, 1.0,
0.0, -1.0, 0.0
}
},
},
Ephemeris = {
Type = "Spice",
Body = "JUNO",
Observer = "JUPITER BARYCENTER",
Kernels = {
"spice/JNO_SCLKSCET.00039.tsc",
"spice/juno_jade_v00.ti",
"spice/juno_jedi_v00.ti",
"spice/juno_jiram_v01.ti",
"spice/juno_junocam_v00.ti",
"spice/juno_mag_v00.ti",
"spice/juno_mwr_v01.ti",
"spice/juno_struct_v01.ti",
"spice/juno_uvs_v00.ti",
"spice/juno_v08.tf",
"spice/juno_waves_v00.ti",
"spice/juno_mwr_v01.ti",
"spice/spk_merge_110805_171017_130515.bsp",
"spice/ck/juno_sc_prl_110930_111028_jc003c01_v01.bc",
"spice/ck/juno_sc_prl_111028_111125_jc004b00_v01.bc",
"spice/ck/juno_sc_prl_111125_111223_jc005b00_v01.bc",
"spice/ck/juno_sc_prl_111223_120127_jc006a02_v01.bc",
"spice/ck/juno_sc_prl_120127_120217_jc007a00_v01.bc",
"spice/ck/juno_sc_prl_120217_120316_jc008b00_v02.bc",
"spice/ck/juno_sc_prl_120316_120413_jc009a00_v01.bc",
"spice/ck/juno_sc_prl_120413_120511_jc010a04_v01.bc",
"spice/ck/juno_sc_prl_120511_120608_jc011a01_v02.bc",
"spice/ck/juno_sc_prl_120608_120706_jc012b01_v01.bc",
"spice/ck/juno_sc_prl_120706_120802_jc013a01_v01.bc",
"spice/ck/juno_sc_prl_120802_120824_jc014b01_v01.bc",
"spice/ck/juno_sc_prl_120824_120928_jc015m00_v01.bc",
"spice/ck/juno_sc_prl_120919_120928_jc015o00_v01.bc",
"spice/ck/juno_sc_prl_120928_121026_jc016c03_v01.bc",
"spice/ck/juno_sc_prl_121026_121123_jc017a01_v01.bc",
"spice/ck/juno_sc_prl_121123_121221_jc018b01_v01.bc",
"spice/ck/juno_sc_prl_121221_130118_jc019a01_v01.bc",
"spice/ck/juno_sc_prl_130118_130215_jc020b01_v01.bc",
"spice/ck/juno_sc_prl_130315_130412_jc022b01_v01.bc",
"spice/ck/juno_sc_prl_130412_130510_jc023b03_v01.bc",
"spice/ck/juno_sc_prl_130510_130607_jc024a01_v01.bc",
"spice/ck/juno_sc_prl_130607_130705_jc025a00_v01.bc",
"spice/ck/juno_sc_prl_130705_130802_jc026a01_v01.bc",
"spice/ck/juno_sc_prl_130726_131020_jx024a02_EFB_v03.bc",
"spice/ck/juno_sc_prl_130802_130830_jc027a02_v01.bc",
"spice/ck/juno_sc_prl_130830_130927_jc028a01_v01.bc",
"spice/ck/juno_sc_prl_130926_131025_jc029a00_v01.bc",
"spice/ck/juno_sc_prl_130927_131025_jc029c01_v01.bc",
"spice/ck/juno_sc_prl_131022_131025_jc029f00_v01.bc",
"spice/ck/juno_sc_prl_131025_131122_jc030b04_v01.bc",
"spice/ck/juno_sc_prl_131122_131220_jc031b01_v01.bc",
"spice/ck/juno_sc_prl_131220_140124_jc032a01_v01.bc",
"spice/ck/juno_sc_prl_140124_140214_jc033a01_v01.bc",
"spice/ck/juno_sc_prl_140214_140314_jc034b01_v01.bc",
"spice/ck/juno_sc_prl_140314_140411_jc035a01_v01.bc",
"spice/ck/juno_sc_prl_140411_140509_jc036b01_v01.bc",
"spice/ck/juno_sc_prl_140509_140606_jc037b02_v01.bc",
"spice/ck/juno_sc_prl_140606_140704_jc038a01_v01.bc",
"spice/ck/juno_sc_prl_140704_140801_jc039b01_v01.bc",
"spice/ck/juno_sc_prl_140801_140829_jc040a01_v01.bc",
"spice/ck/juno_sc_prl_140829_140926_jc041a01_v01.bc",
"spice/ck/juno_sc_prl_140926_141024_jc042a01_v01.bc",
"spice/ck/juno_sc_prl_141024_141121_jc043a01_v01.bc",
"spice/ck/juno_sc_prl_141105_141121_jc043m01_v01.bc",
"spice/ck/juno_sc_prl_141107_141121_jc043s01_v01.bc",
"spice/ck/juno_sc_prl_141121_141219_jc044a01_v01.bc",
"spice/ck/juno_sc_prl_141219_150123_jc045a01_v01.bc",
"spice/ck/juno_sc_prl_150123_150213_jc046a01_v01.bc",
"spice/ck/juno_sc_prl_150213_150313_jc047a01_v01.bc",
"spice/ck/juno_sc_prl_150312_150409_jc048a01_v01.bc",
"spice/ck/juno_sc_prl_150410_150508_jc049a01_v01.bc",
"spice/ck/juno_sc_prl_150508_150605_jc050a01_v01.bc",
"spice/ck/juno_sc_prl_150605_150703_jc051a01_v01.bc",
"spice/ck/juno_sc_prl_150703_150731_jc052a01_v01.bc",
"spice/ck/juno_sc_prl_150731_150828_jc053a01_v01.bc",
"spice/ck/juno_sc_prl_150805_150828_jc053m00_v01.bc",
"spice/ck/juno_sc_prl_150807_150828_jc053s00_v01.bc",
"spice/ck/juno_sc_prl_150828_150924_jc054a00_v01.bc",
"spice/ck/juno_sc_prl_150924_151023_jc055a00_v01.bc",
"spice/ck/juno_sc_prl_151023_151120_jc056a00_v01.bc",
"spice/ck/juno_sc_prl_151120_151218_jc057a00_v01.bc",
"spice/ck/juno_sc_prl_151218_160115_jc058a00_v01.bc",
"spice/ck/juno_sc_prl_160115_160212_jc059a00_v01.bc",
"spice/ck/juno_sc_prl_160212_160311_jc060a00_v01.bc",
"spice/ck/juno_sc_prl_160311_160408_jc061a00_v01.bc",
"spice/ck/juno_sc_prl_160408_160506_jc062a00_v01.bc",
"spice/ck/juno_sc_prl_160506_160603_jc063a00_v01.bc",
"spice/ck/juno_sc_prl_160603_160630_jc064a00_v01.bc",
"spice/ck/juno_sc_prl_160708_160729_jm0001rp_v02.bc",
"spice/ck/juno_sc_prl_160729_160826_jm0002rp_v01.bc",
"spice/ck/juno_sc_prl_161115_161213_jx0405rp_v01.bc"
}
}
},
--NewHorizonsTrail module
{
Name = "JunoTrail",
Parent = "JupiterBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "JUNO",
Frame = "GALACTIC",
Observer = "JUPITER BARYCENTER",
RGB = { 0.70,0.50,0.20 },
TropicalOrbitPeriod = 394250.0,
EarthOrbitRatio = 4.5,
DayLength = 9.9259,
TimeStamps = false,
Textures = {
Type = "simple",
Color = "textures/glare_blue.png",
},
},
},
}

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "callisto_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -22,20 +22,22 @@ return {
Observer = "NEW HORIZONS",
Target = "CALLISTO",
Aberration = "NONE",
AspectRatio = 2
AspectRatio = 2,
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Transform = {
Translation = {
@@ -74,7 +76,7 @@ return {
Position = {0, -10000000, 0}
},
},
},
},
-- CallistoTrail module
{
Name = "CallistoTrail",
@@ -93,7 +95,7 @@ return {
Type = "simple",
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
},
}
}

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "europa_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -22,20 +22,22 @@ return {
Observer = "NEW HORIZONS",
Target = "EUROPA",
Aberration = "NONE",
AspectRatio = 2
AspectRatio = 2,
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Transform = {
Translation = {

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,5 @@
return {
FileRequest = {
{ Identifier = "ganymede_textures", Destination = "textures", Version = 1 }
},
}

View File

@@ -22,20 +22,22 @@ return {
Observer = "NEW HORIZONS",
Target = "GANYMEDE",
Aberration = "NONE",
AspectRatio = 2
AspectRatio = 2,
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Instrument = {
Name = "NH_LORRI",
Method = "ELLIPSOID",
Aberration = "NONE",
Fovy = 0.2907,
Aspect = 1,
Near = 0.2,
Far = 10000,
},
PotentialTargets = {
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
}
},
Transform = {
Translation = {

Some files were not shown because too many files have changed in this diff Show More