mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
No longer require the filenames from a synced resource to start with a /
This commit is contained in:
@@ -22,7 +22,7 @@ local animationLoop = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
EnableAnimation = true,
|
||||
AnimationMode = "LoopFromStart",
|
||||
AnimationStartTime = StartTime,
|
||||
@@ -56,7 +56,7 @@ local animationLoopInf = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
EnableAnimation = true,
|
||||
AnimationMode = "LoopInfinitely",
|
||||
AnimationStartTime = StartTime,
|
||||
@@ -90,7 +90,7 @@ local animationOnce = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
EnableAnimation = true,
|
||||
AnimationMode = "Once",
|
||||
AnimationStartTime = StartTime,
|
||||
@@ -124,7 +124,7 @@ local animationBounceInf = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
EnableAnimation = true,
|
||||
AnimationMode = "BounceInfinitely",
|
||||
AnimationStartTime = StartTime,
|
||||
@@ -158,7 +158,7 @@ local animationBounce = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
EnableAnimation = true,
|
||||
AnimationMode = "BounceFromStart",
|
||||
AnimationStartTime = StartTime,
|
||||
|
||||
@@ -32,7 +32,7 @@ local obj = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
ModelScale = 1.0,
|
||||
LightSources = {
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@ local Example_GlobeRotation = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
GeometryFile = models .. "/NewHorizonsCleanModel.obj"
|
||||
GeometryFile = models .. "NewHorizonsCleanModel.obj"
|
||||
},
|
||||
GUI = {
|
||||
Path = "/Example"
|
||||
|
||||
@@ -24,7 +24,7 @@ local Example_Fixed_Height = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
GeometryFile = models .. "/NewHorizonsCleanModel.obj"
|
||||
GeometryFile = models .. "NewHorizonsCleanModel.obj"
|
||||
},
|
||||
GUI = {
|
||||
Path = "/Example"
|
||||
@@ -46,7 +46,7 @@ local Example_Adaptive_Height = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
GeometryFile = models .. "/NewHorizonsCleanModel.obj"
|
||||
GeometryFile = models .. "NewHorizonsCleanModel.obj"
|
||||
},
|
||||
GUI = {
|
||||
Path = "/Example"
|
||||
|
||||
@@ -20,7 +20,7 @@ local model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/BoxAnimated.glb",
|
||||
GeometryFile = model .. "BoxAnimated.glb",
|
||||
ModelScale = 3E7,
|
||||
LightSources = {
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ local layer = {
|
||||
"<OpenSpaceTimeEnd>1990-10-01</OpenSpaceTimeEnd>" ..
|
||||
"<OpenSpaceTimeResolution>1M</OpenSpaceTimeResolution>" ..
|
||||
"<OpenSpaceTimeIdFormat>YYYY-MM-DD</OpenSpaceTimeIdFormat>" ..
|
||||
"<OpenSpaceTransferFunction>" .. path .. "/rainbow.png</OpenSpaceTransferFunction>" ..
|
||||
"<OpenSpaceTransferFunction>" .. path .. "rainbow.png</OpenSpaceTransferFunction>" ..
|
||||
"<OpenSpaceTimeInterpolation>linear</OpenSpaceTimeInterpolation>" ..
|
||||
"<FilePath>" .. path .. "/${OpenSpaceTimeId}-land.png</FilePath>" ..
|
||||
"</OpenSpaceTemporalGDALDataset>",
|
||||
|
||||
@@ -15,7 +15,7 @@ local bookmarksCSV = asset.syncedResource({
|
||||
local nodes = {}
|
||||
|
||||
asset.onInitialize(function ()
|
||||
nodes = bookmarkHelper.getBookmarks('OpenSpace Bookmarks', bookmarksCSV .. '/bookmarks.csv')
|
||||
nodes = bookmarkHelper.getBookmarks('OpenSpace Bookmarks', bookmarksCSV .. 'bookmarks.csv')
|
||||
for _, n in ipairs(nodes) do
|
||||
openspace.addSceneGraphNode(n);
|
||||
end
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/2dF.speck",
|
||||
File = speck .. "2dF.speck",
|
||||
Unit = "Mpc",
|
||||
Texture = textures .. "/point3A.png",
|
||||
ColorMap = speck .. "/2dF.cmap",
|
||||
Texture = textures .. "point3A.png",
|
||||
ColorMap = speck .. "2dF.cmap",
|
||||
ColorOption = { "redshift", "proximity" },
|
||||
ColorRange = { { 0.0, 0.075 }, { 1.0, 25.0 } },
|
||||
ScaleFactor = 520.0,
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 0.4, 0.2 },
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/2MASS.speck",
|
||||
File = speck .. "2MASS.speck",
|
||||
Unit = "Mpc",
|
||||
Texture = textures .. "/point3A.png",
|
||||
ColorMap = speck .. "/lss.cmap",
|
||||
Texture = textures .. "point3A.png",
|
||||
ColorMap = speck .. "lss.cmap",
|
||||
ColorOption = { "redshift", "prox5Mpc" },
|
||||
ColorRange = { { 0.0, 0.075 }, { 1.0, 50.0 } },
|
||||
CorrectionSizeEndDistance = 20.6,
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 0.0 },
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/6dF.speck",
|
||||
File = speck .. "6dF.speck",
|
||||
Unit = "Mpc",
|
||||
Texture = textures .. "/point3A.png",
|
||||
ColorMap = speck .. "/6dF.cmap",
|
||||
Texture = textures .. "point3A.png",
|
||||
ColorMap = speck .. "6dF.cmap",
|
||||
ColorOption = { "redshift", "proximity" },
|
||||
ColorRange = { { 0.0, 0.075 }, { 1.0, 10.0 } },
|
||||
ScaleFactor = 534.0,
|
||||
|
||||
@@ -24,9 +24,9 @@ local object = {
|
||||
Color = { 1.0, 0.4, 0.2 },
|
||||
Opacity = 1.0,
|
||||
--ColorMap = speck .. "/abell.cmap",
|
||||
File = speck .. "/abell.speck",
|
||||
Texture = textures .. "/point3A.png",
|
||||
LabelFile = speck .. "/abell.label",
|
||||
File = speck .. "abell.speck",
|
||||
Texture = textures .. "point3A.png",
|
||||
LabelFile = speck .. "abell.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.0, 0.8, 0.0 },
|
||||
TextSize = 22,
|
||||
|
||||
@@ -16,7 +16,7 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/stars-altlbl.label",
|
||||
LabelFile = speck .. "stars-altlbl.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.4, 0.4, 0.4 },
|
||||
DrawLabels = true,
|
||||
|
||||
@@ -22,7 +22,7 @@ local wmap = {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Opacity = 0.5,
|
||||
Texture = textures .. "/wmap_ilc_7yr_v4_200uK_RGB_sos.png",
|
||||
Texture = textures .. "wmap_ilc_7yr_v4_200uK_RGB_sos.png",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
UseAdditiveBlending = true,
|
||||
@@ -48,7 +48,7 @@ local cbe = {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Opacity = 0.5,
|
||||
Texture = textures .. "/COBErect.png",
|
||||
Texture = textures .. "COBErect.png",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
UseAdditiveBlending = true,
|
||||
@@ -74,7 +74,7 @@ local planck = {
|
||||
Size = 3975.41417036064E23,
|
||||
Segments = 80,
|
||||
Opacity = 0.3,
|
||||
Texture = textures .. "/cmb4k.jpg",
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
UseAdditiveBlending = true,
|
||||
@@ -101,7 +101,7 @@ local Halpha = {
|
||||
Size = 9.2E21,
|
||||
Segments = 40,
|
||||
Opacity = 0.4,
|
||||
Texture = textures .. "/mwHalpha-f.png",
|
||||
Texture = textures .. "mwHalpha-f.png",
|
||||
Orientation = "Inside",
|
||||
UseAdditiveBlending = true,
|
||||
MirrorTexture = true,
|
||||
|
||||
@@ -16,7 +16,7 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/galclust.label",
|
||||
LabelFile = speck .. "galclust.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 1.0, 0.44, 0.0 },
|
||||
DrawLabels = true,
|
||||
|
||||
@@ -19,8 +19,8 @@ local object = {
|
||||
Renderable = {
|
||||
Type = "RenderableConstellationBounds",
|
||||
Enabled = false,
|
||||
File = data .. "/bound_20.dat",
|
||||
ConstellationFile = data .. "/constellations.dat"
|
||||
File = data .. "bound_20.dat",
|
||||
ConstellationFile = data .. "constellations.dat"
|
||||
-- ConstellationSelection = zodiacs
|
||||
},
|
||||
Transform = {
|
||||
|
||||
@@ -15,8 +15,8 @@ local constellationsExtragalactic = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/constellationsEXGAL.speck",
|
||||
LabelFile = speck .. "/constellationsEXGAL.label",
|
||||
File = speck .. "constellationsEXGAL.speck",
|
||||
LabelFile = speck .. "constellationsEXGAL.label",
|
||||
TextColor = { 0.8, 0.8, 0.8 },
|
||||
TextOpacity = 0.4,
|
||||
TextSize = 20.0,
|
||||
@@ -36,8 +36,8 @@ local constellations = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.3,
|
||||
File = speck .. "/constellations.speck",
|
||||
LabelFile = speck .. "/constellations.label",
|
||||
File = speck .. "constellations.speck",
|
||||
LabelFile = speck .. "constellations.label",
|
||||
TextColor = { 0.8, 0.8, 0.8 },
|
||||
TextOpacity = 0.3,
|
||||
TextSize = 14.5,
|
||||
|
||||
@@ -22,14 +22,14 @@ local deepSkyPoints = {
|
||||
Color = { 1.0, 1.0, 0.0 },
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 500.0,
|
||||
File = speck .. "/dso.speck",
|
||||
Texture = textures .. "/point3.png",
|
||||
--ColorMap = speck .. "/tully.cmap",
|
||||
--ColorMap = speck .. "/lss.cmap",
|
||||
File = speck .. "dso.speck",
|
||||
Texture = textures .. "point3.png",
|
||||
--ColorMap = speck .. "tully.cmap",
|
||||
--ColorMap = speck .. "lss.cmap",
|
||||
--ColorOption = { "proximity" },
|
||||
--ColorOption = { "prox5Mpc" },
|
||||
--ColorRange = { { 1.0, 30.0 } },
|
||||
LabelFile = speck .. "/dso.label",
|
||||
LabelFile = speck .. "dso.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.1, 0.4, 0.6 },
|
||||
TextSize = 20.50,
|
||||
@@ -61,7 +61,7 @@ local deepSkyImages = {
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 1.0,
|
||||
File = speck .. "/dso.speck",
|
||||
File = speck .. "dso.speck",
|
||||
TexturePath = textures,
|
||||
Luminosity = "radius",
|
||||
ScaleLuminosity = 0.001,
|
||||
|
||||
@@ -23,11 +23,11 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.4, 0.0, 0.1 },
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/dwarfs.speck",
|
||||
Texture = textures .. "/point3.png",
|
||||
LabelFile = speck .. "/dwarfs.label",
|
||||
File = speck .. "dwarfs.speck",
|
||||
Texture = textures .. "point3.png",
|
||||
LabelFile = speck .. "dwarfs.label",
|
||||
Unit = "pc",
|
||||
ColorMap = speck .. "/dwarfs.cmap",
|
||||
ColorMap = speck .. "dwarfs.cmap",
|
||||
ColorOption = { "typeindex" },
|
||||
--ColorRange = { { 1.0, 4.0} },
|
||||
TextColor = { 0.5, 0.1, 0.2 },
|
||||
|
||||
@@ -24,9 +24,9 @@ local object = {
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 1.0,
|
||||
ScaleFactor = 10.0,
|
||||
Texture = textures .. "/target-blue.png",
|
||||
File = speck .. "/expl.speck",
|
||||
LabelFile = speck .. "/expl.label",
|
||||
Texture = textures .. "target-blue.png",
|
||||
File = speck .. "expl.speck",
|
||||
LabelFile = speck .. "expl.label",
|
||||
Unit = "pc",
|
||||
ScaleFactor = 388.67923,
|
||||
TextColor = { 0.3, 0.3, 0.8 },
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.8, 0.8, 0.0 },
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/gc.speck",
|
||||
Texture = textures .. "/point4.png",
|
||||
File = speck .. "gc.speck",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 5,
|
||||
LabelFile = speck .. "/gc.label",
|
||||
LabelFile = speck .. "gc.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.5, 0.5, 0.0 },
|
||||
ScaleFactor = 431.0,
|
||||
|
||||
@@ -109,7 +109,7 @@ local eclipticLabels = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/eclip.label",
|
||||
LabelFile = speck .. "eclip.label",
|
||||
Unit = "pc",
|
||||
DrawLabels = true,
|
||||
TextColor = { 0.5, 0.5, 0.5 },
|
||||
@@ -162,7 +162,7 @@ local equatorialLabels = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/radec.label",
|
||||
LabelFile = speck .. "radec.label",
|
||||
Unit = "pc",
|
||||
DrawLabels = true,
|
||||
TextColor = { 0.5, 0.5, 0.5 },
|
||||
@@ -211,7 +211,7 @@ local galacticLabels = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/galac.label",
|
||||
LabelFile = speck .. "galac.label",
|
||||
Unit = "pc",
|
||||
DrawLabels = true,
|
||||
TextColor = { 0.5, 0.5, 0.5 },
|
||||
@@ -237,9 +237,9 @@ local plane1ld = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/1ld.speck",
|
||||
File = speck .. "1ld.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/1ld.label",
|
||||
LabelFile = speck .. "1ld.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 10.3,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -264,9 +264,9 @@ local plane1lm = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/1lm.speck",
|
||||
File = speck .. "1lm.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/1lm.label",
|
||||
LabelFile = speck .. "1lm.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 11.8,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -291,9 +291,9 @@ local plane1ly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/1ly.speck",
|
||||
File = speck .. "1ly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/1ly.label",
|
||||
LabelFile = speck .. "1ly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 13.0,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -318,9 +318,9 @@ local plane10ly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/10ly.speck",
|
||||
File = speck .. "10ly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/10ly.label",
|
||||
LabelFile = speck .. "10ly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 14.17,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -345,9 +345,9 @@ local plane100ly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/100ly.speck",
|
||||
File = speck .. "100ly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/100ly.label",
|
||||
LabelFile = speck .. "100ly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 15.0,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -372,9 +372,9 @@ local plane1kly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/1kly.speck",
|
||||
File = speck .. "1kly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/1kly.label",
|
||||
LabelFile = speck .. "1kly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 16.0,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -399,9 +399,9 @@ local plane10kly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/10kly.speck",
|
||||
File = speck .. "10kly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/10kly.label",
|
||||
LabelFile = speck .. "10kly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 17.25,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -419,9 +419,9 @@ local plane100kly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/100kly.speck",
|
||||
File = speck .. "100kly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/100kly.label",
|
||||
LabelFile = speck .. "100kly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 18.6,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -439,9 +439,9 @@ local plane1Mly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/1Mly.speck",
|
||||
File = speck .. "1Mly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/1Mly.label",
|
||||
LabelFile = speck .. "1Mly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 19.6,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -459,9 +459,9 @@ local plane10Mly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/10Mly.speck",
|
||||
File = speck .. "10Mly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/10Mly.label",
|
||||
LabelFile = speck .. "10Mly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 20.6,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -479,9 +479,9 @@ local plane100Mly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/100Mly.speck",
|
||||
File = speck .. "100Mly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/100Mly.label",
|
||||
LabelFile = speck .. "100Mly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 21.6,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
@@ -499,9 +499,9 @@ local plane20Gly = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 0.4,
|
||||
File = speck .. "/20Gly.speck",
|
||||
File = speck .. "20Gly.speck",
|
||||
MeshColor = {{ 0.1, 0.5, 0.6 }},
|
||||
LabelFile = speck .. "/20Gly.label",
|
||||
LabelFile = speck .. "20Gly.label",
|
||||
TextColor = { 0.0, 0.2, 0.5 },
|
||||
TextSize = 23.6,
|
||||
TextMinMaxSize = { 0, 30 },
|
||||
|
||||
@@ -17,7 +17,7 @@ local object = {
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
--ScaleFactor = 10.0,
|
||||
LabelFile = speck .. "/groups.label",
|
||||
LabelFile = speck .. "groups.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.1, 0.6, 0.2 },
|
||||
TextSize = 21.5,
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.0, 0.5, 1.0 },
|
||||
Opacity = 0.70,
|
||||
File = speck .. "/h2.speck",
|
||||
Texture = textures .."/point4.png",
|
||||
File = speck .. "h2.speck",
|
||||
Texture = textures .."point4.png",
|
||||
PolygonSides = 6,
|
||||
LabelFile = speck .. "/h2.label",
|
||||
LabelFile = speck .. "h2.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.5, 0.5, 0.5 },
|
||||
ScaleFactor = 420,
|
||||
|
||||
@@ -28,9 +28,9 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 1.0,
|
||||
File = HUDFSpeck .. "/hudf.speck",
|
||||
Texture = circle .. "/circle.png",
|
||||
ColorMap = ColorMap .. "/hudf.cmap",
|
||||
File = HUDFSpeck .. "hudf.speck",
|
||||
Texture = circle .. "circle.png",
|
||||
ColorMap = ColorMap .. "hudf.cmap",
|
||||
ColorOption = { "redshift", "proximity" },
|
||||
ColorRange = { { 0.0, 0.075 }, { 1.0, 25.0 } },
|
||||
Unit = "Mpc",
|
||||
|
||||
@@ -24,9 +24,9 @@ local object = {
|
||||
Color = { 1.0, 1.0, 0.0 },
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 410.0,
|
||||
File = speck .. "/kepler.speck",
|
||||
File = speck .. "kepler.speck",
|
||||
Unit = "pc",
|
||||
Texture = textures .. "/halo.png",
|
||||
Texture = textures .. "halo.png",
|
||||
CorrectionSizeEndDistance = 15.86,
|
||||
CorrectionSizeFactor = 8.59,
|
||||
BillboardMinMaxSize = { 0.0, 30.0 },
|
||||
|
||||
@@ -22,13 +22,13 @@ local object = {
|
||||
Type = "RenderableBillboardsCloud",
|
||||
Enabled = false,
|
||||
Color = { 0.5, 1.0, 0.2 },
|
||||
ColorMap = speck .. "/localgroup.cmap",
|
||||
ColorMap = speck .. "localgroup.cmap",
|
||||
ColorOption = { "association" },
|
||||
Opacity = 0.3,
|
||||
File = speck .. "/localgroup.speck",
|
||||
Texture = textures .. "/point4.png",
|
||||
File = speck .. "localgroup.speck",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 12,
|
||||
LabelFile = speck .. "/localgroup.label",
|
||||
LabelFile = speck .. "localgroup.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.3, 0.3, 1.0 },
|
||||
ScaleFactor = 465,
|
||||
|
||||
@@ -19,7 +19,7 @@ local homeLabel = {
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 500.0,
|
||||
DrawLabels = true,
|
||||
LabelFile = homespeck .. "/home.label",
|
||||
LabelFile = homespeck .. "home.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.8, 0.8, 0.8 },
|
||||
TextSize = 20.50,
|
||||
|
||||
@@ -15,7 +15,7 @@ local sphere = {
|
||||
Transform = {
|
||||
Rotation = {
|
||||
Type = "StaticRotation",
|
||||
Rotation = {0, 0, 3.14159265359}
|
||||
Rotation = { 0, 0, 3.14159265359 }
|
||||
}
|
||||
},
|
||||
Renderable = {
|
||||
@@ -23,7 +23,7 @@ local sphere = {
|
||||
Size = 9.2E21,
|
||||
Segments = 40,
|
||||
Opacity = 0.35,
|
||||
Texture = sphereTextures .. "/DarkUniverse_mellinger_4k.jpg",
|
||||
Texture = sphereTextures .. "DarkUniverse_mellinger_4k.jpg",
|
||||
Orientation = "Inside",
|
||||
UseAdditiveBlending = true,
|
||||
MirrorTexture = true,
|
||||
|
||||
@@ -22,16 +22,16 @@ local object = {
|
||||
Type = "RenderableBillboardsCloud",
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
ColorMap = speck .. "/ob.cmap",
|
||||
ColorMap = speck .. "ob.cmap",
|
||||
ColorOption = { "arm" },
|
||||
SizeOption = { "diameter" },
|
||||
ExactColorMap = true,
|
||||
Opacity = 0.7,
|
||||
File = speck .. "/ob.speck",
|
||||
File = speck .. "ob.speck",
|
||||
Unit = "pc",
|
||||
Texture = textures .. "/point4.png",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 7,
|
||||
LabelFile = speck .. "/ob.label",
|
||||
LabelFile = speck .. "ob.label",
|
||||
TextColor = { 0.4, 0.5, 1.0 },
|
||||
ScaleFactor = 390.0,
|
||||
TextSize = 16.24,
|
||||
|
||||
@@ -23,12 +23,12 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.1, 0.8, 0.4 },
|
||||
Opacity = 0.5,
|
||||
File = speck .. "/oc.speck",
|
||||
File = speck .. "oc.speck",
|
||||
Unit = "pc",
|
||||
Texture = textures .. "/point4.png",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 12,
|
||||
TextColor = { 0.05, 0.4, 0.2 },
|
||||
LabelFile = speck .. "/oc.label",
|
||||
LabelFile = speck .. "oc.label",
|
||||
ScaleFactor = 405.75,
|
||||
TextSize = 15.5,
|
||||
TextMinMaxSize = { 4, 30 },
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.4, 0.4, 0.9 },
|
||||
Opacity = 0.65,
|
||||
File = speck .. "/pn.speck",
|
||||
Texture = textures .. "/point4.png",
|
||||
File = speck .. "pn.speck",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 3,
|
||||
LabelFile = speck .. "/pn.label",
|
||||
LabelFile = speck .. "pn.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.25, 0.25, 0.65 },
|
||||
ScaleFactor = 425.0,
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 0.7, 0.0, 0.0 },
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/pulsar.speck",
|
||||
Texture = textures .. "/point4.png",
|
||||
File = speck .. "pulsar.speck",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 4,
|
||||
LabelFile = speck .. "/pulsar.label",
|
||||
LabelFile = speck .. "pulsar.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.7, 0.2, 0.2 },
|
||||
ScaleFactor = 424,
|
||||
|
||||
@@ -23,8 +23,8 @@ local object = {
|
||||
Enabled = true,
|
||||
Color = { 1.0, 0.4, 0.2 },
|
||||
Opacity = 0.95,
|
||||
File = speck .. "/quasars.speck",
|
||||
Texture = textures .. "/point3A.png",
|
||||
File = speck .. "quasars.speck",
|
||||
Texture = textures .. "point3A.png",
|
||||
Unit = "Mpc",
|
||||
ScaleFactor = 540.9,
|
||||
FadeInDistances = { 1000.0, 10000.0 }, -- Fade in value in the same unit as "Unit"
|
||||
|
||||
@@ -24,11 +24,11 @@ local object = {
|
||||
Color = { 0.8, 0.8, 1.0 },
|
||||
Opacity = 0.8,
|
||||
ScaleFactor = 520.0,
|
||||
File = speck .. "/SDSSgals.speck",
|
||||
ColorMap = speck .. "/SDSSgals.cmap",
|
||||
File = speck .. "SDSSgals.speck",
|
||||
ColorMap = speck .. "SDSSgals.cmap",
|
||||
ColorOption = { "redshift", "proximity" },
|
||||
ColorRange = { { 0.0, 0.075 }, { 1.0, 50.0 } },
|
||||
Texture = textures .. "/point3A.png",
|
||||
Texture = textures .. "point3A.png",
|
||||
Unit = "Mpc",
|
||||
FadeInDistances = { 220.0, 650.0 }, -- Fade in value in the same unit as "Unit"
|
||||
BillboardMinMaxSize = { 0.0, 5.5 },
|
||||
|
||||
@@ -16,7 +16,7 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/stars.label",
|
||||
LabelFile = speck .. "stars.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.4, 0.4, 0.4 },
|
||||
DrawLabels = true,
|
||||
|
||||
@@ -17,9 +17,9 @@ local sunOrbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-Sun.speck",
|
||||
File = speck .. "starorbits-Sun.speck",
|
||||
MeshColor = {{ 1.0, 0.65, 0.0 }},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
Unit = "pc"
|
||||
@@ -38,9 +38,9 @@ local barnardsOrbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-BarnardsStar.speck",
|
||||
File = speck .. "starorbits-BarnardsStar.speck",
|
||||
MeshColor = {{0.39, 0.58, 0.93}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
@@ -60,9 +60,9 @@ local kapteynsOrbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-KapteynsStar.speck",
|
||||
File = speck .. "starorbits-KapteynsStar.speck",
|
||||
MeshColor = {{0.6, 0.6, 0.6}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
@@ -82,9 +82,9 @@ local lacaille9352Orbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-Lacaille9352.speck",
|
||||
File = speck .. "starorbits-Lacaille9352.speck",
|
||||
MeshColor = {{0.58, 0.0, 0.83}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
@@ -104,9 +104,9 @@ local lSR1826Orbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-LSR1826+3014.speck",
|
||||
File = speck .. "starorbits-LSR1826+3014.speck",
|
||||
MeshColor = {{0.0, 0.39, 0.0}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
@@ -126,9 +126,9 @@ local lSRJ0822Orbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-LSRJ0822+1700.speck",
|
||||
File = speck .. "starorbits-LSRJ0822+1700.speck",
|
||||
MeshColor = {{0.5, 1.0, 0.0}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
@@ -148,9 +148,9 @@ local pM_J13420Orbit = {
|
||||
Type = "RenderableDUMeshes",
|
||||
Enabled = false,
|
||||
Opacity = 1.0,
|
||||
File = speck .. "/starorbits-PM_J13420-3415.speck",
|
||||
File = speck .. "starorbits-PM_J13420-3415.speck",
|
||||
MeshColor = {{0.70, 0.13, 0.13}},
|
||||
--LabelFile = speck .. "/1ld.label",
|
||||
--LabelFile = speck .. "1ld.label",
|
||||
-- TextColor = { 0.0, 0.2, 0.5 },
|
||||
-- TextSize = 10.3,
|
||||
-- TextMinMaxSize = { 0, 30 },
|
||||
|
||||
@@ -21,11 +21,11 @@ local stars = {
|
||||
Identifier = "Stars",
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = speck .. "/stars.speck",
|
||||
Texture = textures .. "/halo.png",
|
||||
--ShapeTexture = textures .. "/disc.png",
|
||||
ColorMap = colormaps .. "/colorbv.cmap",
|
||||
OtherDataColorMap = colormaps .. "/viridis.cmap",
|
||||
File = speck .. "stars.speck",
|
||||
Texture = textures .. "halo.png",
|
||||
--ShapeTexture = textures .. "disc.png",
|
||||
ColorMap = colormaps .. "colorbv.cmap",
|
||||
OtherDataColorMap = colormaps .. "viridis.cmap",
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based", -- or PSF
|
||||
@@ -57,10 +57,10 @@ local sunstar = {
|
||||
Identifier = "SunStar",
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = sunspeck .. "/sunstar.speck",
|
||||
Texture = textures .. "/halo.png",
|
||||
--ShapeTexture = textures .. "/disc.png",
|
||||
ColorMap = colormaps .. "/colorbv.cmap",
|
||||
File = sunspeck .. "sunstar.speck",
|
||||
Texture = textures .. "halo.png",
|
||||
--ShapeTexture = textures .. "disc.png",
|
||||
ColorMap = colormaps .. "colorbv.cmap",
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based", -- or PSF
|
||||
|
||||
@@ -24,9 +24,9 @@ local object = {
|
||||
DrawElements = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
File = speck .. "/superclust.speck",
|
||||
Texture = textures .. "/point3A.png",
|
||||
LabelFile = speck .. "/superclust.label",
|
||||
File = speck .. "superclust.speck",
|
||||
Texture = textures .. "point3A.png",
|
||||
LabelFile = speck .. "superclust.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.9, 0.9, 0.9 },
|
||||
ScaleFactor = 531.0,
|
||||
|
||||
@@ -23,10 +23,10 @@ local object = {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 0.5, 0.0 },
|
||||
Opacity = 0.32,
|
||||
File = speck .. "/snr.speck",
|
||||
Texture = textures .. "/point4.png",
|
||||
File = speck .. "snr.speck",
|
||||
Texture = textures .. "point4.png",
|
||||
PolygonSides = 7,
|
||||
LabelFile = speck .. "/snr.label",
|
||||
LabelFile = speck .. "snr.label",
|
||||
Unit = "pc",
|
||||
TextColor = { 0.6, 0.46, 0.0 },
|
||||
ScaleFactor = 424,
|
||||
|
||||
@@ -24,14 +24,14 @@ local tullyPoints = {
|
||||
Color = { 1.0, 0.4, 0.2 },
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 504.0,
|
||||
File = speck .. "/tully.speck",
|
||||
Texture = textures .. "/point3A.png",
|
||||
--ColorMap = speck .. "/tully.cmap",
|
||||
ColorMap = speck .. "/lss.cmap",
|
||||
File = speck .. "tully.speck",
|
||||
Texture = textures .. "point3A.png",
|
||||
--ColorMap = speck .. "tully.cmap",
|
||||
ColorMap = speck .. "lss.cmap",
|
||||
--ColorOption = { "proximity" },
|
||||
ColorOption = { "prox5Mpc" },
|
||||
ColorRange = { { 1.0, 30.0 } },
|
||||
LabelFile = speck .. "/tully.label",
|
||||
LabelFile = speck .. "tully.label",
|
||||
DrawLabels = false,
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.7, 0.7, 0.7 },
|
||||
@@ -79,7 +79,7 @@ local tullyImages = {
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.99,
|
||||
ScaleFactor = 1.0,
|
||||
File = speck .. "/tully.speck",
|
||||
File = speck .. "tully.speck",
|
||||
TexturePath = textures,
|
||||
Luminosity = "diamkpc",
|
||||
ScaleLuminosity = 0.001,
|
||||
|
||||
@@ -18,7 +18,7 @@ local object = {
|
||||
DrawLabels = true,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 0.65,
|
||||
LabelFile = speck .. "/voids.label",
|
||||
LabelFile = speck .. "voids.label",
|
||||
Unit = "Mpc",
|
||||
TextColor = { 0.296, 0.629, 1.0 },
|
||||
TextSize = 20.9,
|
||||
|
||||
@@ -58,7 +58,7 @@ local createConstellations = function (baseIdentifier, guiPath, constellationfil
|
||||
Origin = "Center",
|
||||
Billboard = false,
|
||||
LazyLoading = true,
|
||||
Texture = images .. "/" .. imageName,
|
||||
Texture = images .. imageName,
|
||||
BlendMode = "Additive",
|
||||
Opacity = 0.1
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@ asset.onInitialize(function ()
|
||||
|
||||
p = "Modules.Exoplanets.BvColormap";
|
||||
if (openspace.getPropertyValue(p) == "") then
|
||||
openspace.setPropertyValueSingle(p, colormaps .. "/colorbv.cmap")
|
||||
openspace.setPropertyValueSingle(p, colormaps .. "colorbv.cmap")
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
@@ -16,13 +16,13 @@ local TexturesPath = asset.syncedResource({
|
||||
})
|
||||
|
||||
asset.onInitialize(function ()
|
||||
local starTexture = TexturesPath .. "/sun.jpg"
|
||||
local noDataTexture = TexturesPath .. "/grid-32.png"
|
||||
local discTexture = TexturesPath .. "/disc_bw_texture.png"
|
||||
local starTexture = TexturesPath .. "sun.jpg"
|
||||
local noDataTexture = TexturesPath .. "grid-32.png"
|
||||
local discTexture = TexturesPath .. "disc_bw_texture.png"
|
||||
|
||||
local starGlareTexture = sunTextures .. "/halo.png"
|
||||
local starGlareTexture = sunTextures .. "halo.png"
|
||||
|
||||
local hzTexture = habitableZoneTextures .. "/hot_to_cold_faded.png"
|
||||
local hzTexture = habitableZoneTextures .. "hot_to_cold_faded.png"
|
||||
|
||||
-- Set the default textures used for the exoplanet system creation
|
||||
-- (Check if already set, to not override value in config file)
|
||||
|
||||
@@ -16,16 +16,16 @@ local gaia_abundance_apogee = {
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
Enabled = false,
|
||||
File = speck .. "/GaiaAbundApogee.speck",
|
||||
File = speck .. "GaiaAbundApogee.speck",
|
||||
ColorOption = "Other Data",
|
||||
OtherData = "FeH",
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based",
|
||||
Texture = textures .. "/halo.png",
|
||||
-- ShapeTexture = textures .. "/disc.png",
|
||||
ColorMap = colorLUT .. "/colorbv.cmap",
|
||||
OtherDataColorMap = colorLUT .. "/viridis.cmap",
|
||||
Texture = textures .. "halo.png",
|
||||
-- ShapeTexture = textures .. "disc.png",
|
||||
ColorMap = colorLUT .. "colorbv.cmap",
|
||||
OtherDataColorMap = colorLUT .. "viridis.cmap",
|
||||
StaticFilter = -9999,
|
||||
StaticFilterReplacement = 0.0,
|
||||
DataMapping = {
|
||||
|
||||
@@ -22,7 +22,7 @@ local gaiaFull = asset.syncedResource({
|
||||
asset.onInitialize(function()
|
||||
if not openspace.directoryExists(gaia618DestinationExtracted) then
|
||||
openspace.printInfo("Extracted Gaia dataset")
|
||||
openspace.unzipFile(gaia618Destination .. '/DR2_full_Octree[50kSPN,500dist]_50,50.zip', gaia618DestinationExtracted, true)
|
||||
openspace.unzipFile(gaia618Destination .. 'DR2_full_Octree[50kSPN,500dist]_50,50.zip', gaia618DestinationExtracted, true)
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
@@ -15,12 +15,12 @@ local GaiaStars = {
|
||||
Identifier = "GaiaStars",
|
||||
Renderable = {
|
||||
Type = "RenderableGaiaStars",
|
||||
File = starsFolder .. "/",
|
||||
File = starsFolder,
|
||||
FileReaderOption = "StreamOctree",
|
||||
RenderOption = "Motion",
|
||||
ShaderOption = "Point_SSBO",
|
||||
Texture = textures .. "/halo.png",
|
||||
ColorMap = colorLUT .. "/colorbv.cmap",
|
||||
Texture = textures .. "halo.png",
|
||||
ColorMap = colorLUT .. "colorbv.cmap",
|
||||
LuminosityMultiplier = 35,
|
||||
MagnitudeBoost = 25,
|
||||
CutOffThreshold = 38,
|
||||
@@ -32,13 +32,13 @@ local GaiaStars = {
|
||||
MaxCpuMemoryPercent = 0.4,
|
||||
FilterSize = 5,
|
||||
Sigma = 0.5,
|
||||
AdditionalNodes = {3.0, 2.0},
|
||||
FilterPosX = {0.0, 0.0},
|
||||
FilterPosY = {0.0, 0.0},
|
||||
FilterPosZ = {0.0, 0.0},
|
||||
FilterGMag = {20.0, 20.0},
|
||||
FilterBpRp = {0.0, 0.0},
|
||||
FilterDist = {9.0, 9.0},
|
||||
AdditionalNodes = { 3.0, 2.0 },
|
||||
FilterPosX = { 0.0, 0.0 },
|
||||
FilterPosY = { 0.0, 0.0 },
|
||||
FilterPosZ = { 0.0, 0.0 },
|
||||
FilterGMag = { 20.0, 20.0 },
|
||||
FilterBpRp = { 0.0, 0.0 },
|
||||
FilterDist = { 9.0, 9.0 },
|
||||
},
|
||||
GUI = {
|
||||
Name = "Gaia Stars",
|
||||
|
||||
@@ -16,16 +16,16 @@ local gaia_abundance_galah = {
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
Enabled = false,
|
||||
File = speck .. "/GaiaAbundGalah.speck",
|
||||
Texture = textures .. "/halo.png",
|
||||
-- ShapeTexture = textures .. "/disc.png",
|
||||
File = speck .. "GaiaAbundGalah.speck",
|
||||
Texture = textures .. "halo.png",
|
||||
-- ShapeTexture = textures .. "disc.png",
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based",
|
||||
ColorOption = "Other Data",
|
||||
OtherData = "FeH",
|
||||
ColorMap = colorLUT .. "/colorbv.cmap",
|
||||
OtherDataColorMap = colorLUT .. "/viridis.cmap",
|
||||
ColorMap = colorLUT .. "colorbv.cmap",
|
||||
OtherDataColorMap = colorLUT .. "viridis.cmap",
|
||||
StaticFilter = -9999,
|
||||
StaticFilterReplacement = 0.0,
|
||||
DataMapping = {
|
||||
|
||||
@@ -22,7 +22,7 @@ local object = {
|
||||
Size = 9.2E20,
|
||||
Segments = 40,
|
||||
Opacity = 0.4,
|
||||
Texture = textures .. "/eso0932a_blend.png",
|
||||
Texture = textures .. "eso0932a_blend.png",
|
||||
UseAdditiveBlending = true,
|
||||
Orientation = "Inside",
|
||||
MirrorTexture = true,
|
||||
|
||||
@@ -32,16 +32,16 @@ local MilkyWayVolumeGalaxy = {
|
||||
Rotation = { 3.1415926, 3.1248, 4.45741 },
|
||||
Volume = {
|
||||
Type = "Volume",
|
||||
Filename = openspace.absPath(data .. "/MilkyWayRGBAVolume1024x1024x128.raw"),
|
||||
Filename = openspace.absPath(data .. "MilkyWayRGBAVolume1024x1024x128.raw"),
|
||||
Dimensions = { 1024, 1024, 128 },
|
||||
Size = { 1.2E21, 1.2E21, 0.15E21 },
|
||||
Downscale = 0.4,
|
||||
},
|
||||
Points = {
|
||||
Type = "Points",
|
||||
Filename = openspace.absPath(data .. "/MilkyWayPoints.off"),
|
||||
Filename = openspace.absPath(data .. "MilkyWayPoints.off"),
|
||||
EnabledPointsRatio = 0.3,
|
||||
Texture = openspace.absPath(data .. "/halo.png")
|
||||
Texture = openspace.absPath(data .. "halo.png")
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -14,9 +14,9 @@ local OrionClusterStars = {
|
||||
Parent = transforms.NebulaPosition.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = sync .. "/oricluster.speck",
|
||||
Texture = sync .. "/halo.png",
|
||||
ColorMap = sync .. "/colorbv.cmap",
|
||||
File = sync .. "oricluster.speck",
|
||||
Texture = sync .. "halo.png",
|
||||
ColorMap = sync .. "colorbv.cmap",
|
||||
MagnitudeExponent = 5.02,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based",
|
||||
|
||||
@@ -59,7 +59,7 @@ local OrionNebulaModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = sync .. "/orion_nebula.obj",
|
||||
GeometryFile = sync .. "orion_nebula.obj",
|
||||
Opacity = 1.0,
|
||||
DisableFaceCulling = false,
|
||||
SpecularIntensity = 0.0,
|
||||
@@ -88,7 +88,7 @@ local OrionNebulaShocksModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = sync .. "/orishocks.obj",
|
||||
GeometryFile = sync .. "orishocks.obj",
|
||||
Opacity = 1.0,
|
||||
DisableFaceCulling = false,
|
||||
SpecularIntensity = 0.0,
|
||||
@@ -117,7 +117,7 @@ local OrionNebulaProplydsModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = sync .. "/proplyds.obj",
|
||||
GeometryFile = sync .. "proplyds.obj",
|
||||
Opacity = 1.0,
|
||||
DisableFaceCulling = false,
|
||||
SpecularIntensity = 0.0,
|
||||
|
||||
@@ -27,9 +27,9 @@ local object = {
|
||||
Identifier = "Stars-Denver",
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = speck .. "/denver_stars.speck",
|
||||
Texture = textures .. "/halo.png",
|
||||
ColorMap = colorLUT .. "/denver_colorbv.cmap",
|
||||
File = speck .. "denver_stars.speck",
|
||||
Texture = textures .. "halo.png",
|
||||
ColorMap = colorLUT .. "denver_colorbv.cmap",
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based", -- or PSF
|
||||
|
||||
@@ -34,7 +34,7 @@ local Charon = {
|
||||
Layers = {},
|
||||
Labels = {
|
||||
Enabled = false,
|
||||
FileName = labelsPath .. "/charon.labels",
|
||||
FileName = labelsPath .. "charon.labels",
|
||||
AlignmentOption = "Horizontally", -- or Circularly
|
||||
FontSize = 20.0,
|
||||
Size = 9.0,
|
||||
|
||||
@@ -6,9 +6,9 @@ local Kernels = asset.syncedResource({
|
||||
})
|
||||
|
||||
local PlutoKernels = {
|
||||
Kernels .. "/NavPE_de433_od122.bsp",
|
||||
Kernels .. "/NavSE_plu047_od122.bsp",
|
||||
Kernels .. "/ssd_jpl_nasa_gov_plu043.bsp"
|
||||
Kernels .. "NavPE_de433_od122.bsp",
|
||||
Kernels .. "NavSE_plu047_od122.bsp",
|
||||
Kernels .. "ssd_jpl_nasa_gov_plu043.bsp"
|
||||
}
|
||||
|
||||
asset.export("PlutoKernels", PlutoKernels)
|
||||
|
||||
@@ -33,7 +33,7 @@ local Pluto = {
|
||||
Layers = {},
|
||||
Labels = {
|
||||
Enabled = false,
|
||||
FileName = labelsPath .. "/pluto.labels",
|
||||
FileName = labelsPath .. "pluto.labels",
|
||||
AlignmentOption = "Horizontally", -- or Circularly
|
||||
FontSize = 20.0,
|
||||
Size = 8.5,
|
||||
|
||||
@@ -3,7 +3,7 @@ local propertyHelper = asset.require("util/property_helper")
|
||||
local transforms = asset.require('scene/solarsystem/sun/transforms_heliosphere')
|
||||
local rot = asset.require('./carringtonToHEEQRotation.asset')
|
||||
|
||||
local TexturesPathEquitorial = asset.syncedResource({
|
||||
local TexturesPathEquatorial = asset.syncedResource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "cutplanes_textures",
|
||||
Identifier = "cutplanes_textures",
|
||||
@@ -27,7 +27,7 @@ local EquatorialCutplane = {
|
||||
Type = "RenderablePlaneTimeVaryingImage",
|
||||
Size = 1.57E11,
|
||||
Enabled = true,
|
||||
SourceFolder = TexturesPathEquitorial,
|
||||
SourceFolder = TexturesPathEquatorial,
|
||||
BlendMode = "Normal",
|
||||
MirrorBackside = false,
|
||||
Opacity = 0.7
|
||||
|
||||
@@ -11,7 +11,7 @@ local TexturesPath = asset.syncedResource({
|
||||
local legend = {
|
||||
Identifier = "LegendFluxNodes-bastille-day-2000",
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
TexturePath = TexturesPath .. "/CMR_transparent_white_text.png",
|
||||
TexturePath = TexturesPath .. "CMR_transparent_white_text.png",
|
||||
Scale = 0.15,
|
||||
CartesianPosition = { 0.677970, 0.0, -1.049180 }
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ local C2019Q4BorisovTrail = {
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trajectory .. "/horizons_c2019q4borisov.dat"
|
||||
HorizonsTextFile = trajectory .. "horizons_c2019q4borisov.dat"
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
StartTime = "2015 JAN 01 00:00:00",
|
||||
@@ -34,7 +34,7 @@ local C2019Q4BorisovPosition = {
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trajectory .. "/horizons_c2019q4borisov.dat"
|
||||
HorizonsTextFile = trajectory .. "horizons_c2019q4borisov.dat"
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -15,7 +15,7 @@ local OumuamuaTrail = {
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trajectory .. "/horizons_oumuamua.dat"
|
||||
HorizonsTextFile = trajectory .. "horizons_oumuamua.dat"
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
StartTime = "2014 JAN 01 00:00:00",
|
||||
@@ -35,7 +35,7 @@ local OumuamuaPosition = {
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trajectory .. "/horizons_oumuamua.dat"
|
||||
HorizonsTextFile = trajectory .. "horizons_oumuamua.dat"
|
||||
},
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -67,7 +67,7 @@ local Apollo11Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/Apollo_CSM_shrunk_rotated_xy_double_size.obj",
|
||||
GeometryFile = models .. "Apollo_CSM_shrunk_rotated_xy_double_size.obj",
|
||||
LightSources = asset_helper.getDefaultLightSources(sun_transforms.SolarSystemBarycenter.Identifier)
|
||||
},
|
||||
GUI = {
|
||||
@@ -182,7 +182,7 @@ local Apollo11LemDescentModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = lem_model .. "/lmremoved.obj",
|
||||
GeometryFile = lem_model .. "lmremoved.obj",
|
||||
SpecularIntensity = 0.0,
|
||||
RotationVector = { 273.750,28.0,309.85 },
|
||||
LightSources = asset_helper.getDefaultLightSources(sun_transforms.SolarSystemBarycenter.Identifier)
|
||||
@@ -208,7 +208,7 @@ local Apollo11LemLandedModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = lem_model .. "/LM-2_ver2clean.obj",
|
||||
GeometryFile = lem_model .. "LM-2_ver2clean.obj",
|
||||
SpecularIntensity = 0.0,
|
||||
RotationVector = { 273.750,28.0,309.85 },
|
||||
LightSources = asset_helper.getDefaultLightSources(sun_transforms.SolarSystemBarycenter.Identifier)
|
||||
|
||||
@@ -6,11 +6,11 @@ local kernelsFolder = asset.syncedResource({
|
||||
})
|
||||
|
||||
local kernels = {
|
||||
kernelsFolder .. "/moon_080317.tf",
|
||||
kernelsFolder .. "/apollo_naif_ids.tf",
|
||||
kernelsFolder .. "/moon_pa_de421_1900-2050.bpc",
|
||||
kernelsFolder .. '/apollo11_orbits_full9km.bsp',
|
||||
kernelsFolder .. '/apollo11_orbits_lm9km.bsp',
|
||||
kernelsFolder .. "moon_080317.tf",
|
||||
kernelsFolder .. "apollo_naif_ids.tf",
|
||||
kernelsFolder .. "moon_pa_de421_1900-2050.bpc",
|
||||
kernelsFolder .. "apollo11_orbits_full9km.bsp",
|
||||
kernelsFolder .. "apollo11_orbits_lm9km.bsp"
|
||||
}
|
||||
|
||||
asset.export('kernels', kernels)
|
||||
|
||||
@@ -41,8 +41,8 @@ local Apollo11LemModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = lem_model .. "/LM-2_ver2clean.obj",
|
||||
RotationVector = { 91.044090,171.229706,111.666664 },
|
||||
GeometryFile = lem_model .. "LM-2_ver2clean.obj",
|
||||
RotationVector = { 91.044090, 171.229706, 111.666664 },
|
||||
LightSources = asset_helper.getDefaultLightSources(sun_transforms.SolarSystemBarycenter.Identifier)
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -55,7 +55,7 @@ local Apollo15 = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/ApolloCSM.osmodel",
|
||||
GeometryFile = models .. "ApolloCSM.osmodel",
|
||||
ModelScale = 0.0001,
|
||||
LightSources = {
|
||||
{
|
||||
|
||||
@@ -6,17 +6,17 @@ local folder = asset.syncedResource({
|
||||
})
|
||||
|
||||
local kernels = {
|
||||
folder .. "/apollo15.0001.tsc",
|
||||
folder .. "apollo15.0001.tsc",
|
||||
|
||||
-- folder .. '/AS15-P_v01.bc',
|
||||
folder .. '/apollo15.0001.tf',
|
||||
folder .. '/apollo15MetricAddendum002.ti',
|
||||
-- folder .. '/apollo15PanoramicAddendum001.ti',
|
||||
folder .. '/apollo15_metric.0002.ti',
|
||||
-- folder .. '/apollo15_panoramic.0001.ti',
|
||||
folder .. '/apollo15-1.bsp',
|
||||
folder .. '/AS15-M_v01.bc',
|
||||
-- folder .. '/AS15-M_v01.bsp',
|
||||
-- folder .. 'AS15-P_v01.bc',
|
||||
folder .. 'apollo15.0001.tf',
|
||||
folder .. 'apollo15MetricAddendum002.ti',
|
||||
-- folder .. 'apollo15PanoramicAddendum001.ti',
|
||||
folder .. 'apollo15_metric.0002.ti',
|
||||
-- folder .. 'apollo15_panoramic.0001.ti',
|
||||
folder .. 'apollo15-1.bsp',
|
||||
folder .. 'AS15-M_v01.bc',
|
||||
-- folder .. 'AS15-M_v01.bsp',
|
||||
}
|
||||
|
||||
-- local kernels = {
|
||||
|
||||
@@ -53,7 +53,7 @@ local Station2Boulder1Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/b1-v2.obj",
|
||||
GeometryFile = models .. "b1-v2.obj",
|
||||
RotationVector = { 243.243256 ,206.270264, 309.677429 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
@@ -95,7 +95,7 @@ local Station2Boulder2Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/b2model.obj",
|
||||
GeometryFile = models .. "b2model.obj",
|
||||
RotationVector = { 66.162155, 7.783780, 114.193550 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
@@ -137,7 +137,7 @@ local Station2Boulder3Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/b3model.obj",
|
||||
GeometryFile = models .. "b3model.obj",
|
||||
RotationVector = { 161.513519 ,243.243256, 65.806450 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
|
||||
@@ -64,7 +64,7 @@ local Station6Frag1Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/A17-S6-frag1.obj",
|
||||
GeometryFile = models .. "A17-S6-frag1.obj",
|
||||
RotationVector = { 235.909088,165.000000,286.299194 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
@@ -107,7 +107,7 @@ local Station6Frag2Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/station6_boulder_frag2.obj",
|
||||
GeometryFile = models .. "station6_boulder_frag2.obj",
|
||||
RotationVector = { 336.959991,210.239990,325.984253 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
@@ -138,7 +138,7 @@ local Station6Frag3Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/station6_boulder_frag3.obj",
|
||||
GeometryFile = models .. "station6_boulder_frag3.obj",
|
||||
RotationVector = { 293.181824,255.000000,4.090910 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
|
||||
@@ -53,7 +53,7 @@ local Station7BoulderModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/b7model.obj",
|
||||
GeometryFile = models .. "b7model.obj",
|
||||
RotationVector = { 1.945950,274.378387,212.903214 },
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
|
||||
@@ -39,7 +39,7 @@ local Apollo17LemModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/LM-2_ver2clean.obj",
|
||||
GeometryFile = model .. "LM-2_ver2clean.obj",
|
||||
SpecularIntensity = 0.0,
|
||||
RotationVector = { 110.255219,171.229706,126.666664 },
|
||||
LightSources = asset_helper.getDefaultLightSources(sun_transforms.SolarSystemBarycenter.Identifier)
|
||||
|
||||
@@ -6,12 +6,12 @@ local kernelsFolder = asset.syncedResource({
|
||||
})
|
||||
|
||||
local kernels = {
|
||||
kernelsFolder .. "/moon_080317.tf",
|
||||
kernelsFolder .. "/apollo8.tf",
|
||||
kernelsFolder .. "/moon_pa_de421_1900-2050.bpc",
|
||||
kernelsFolder .. '/apollo8.tsc',
|
||||
kernelsFolder .. '/apollo8.bsp',
|
||||
kernelsFolder .. '/apollo8_earthrise.bc',
|
||||
kernelsFolder .. "moon_080317.tf",
|
||||
kernelsFolder .. "apollo8.tf",
|
||||
kernelsFolder .. "moon_pa_de421_1900-2050.bpc",
|
||||
kernelsFolder .. 'apollo8.tsc',
|
||||
kernelsFolder .. 'apollo8.bsp',
|
||||
kernelsFolder .. 'apollo8_earthrise.bc'
|
||||
}
|
||||
|
||||
asset.export('kernels', kernels)
|
||||
|
||||
@@ -51,7 +51,7 @@ local Apollo8LaunchModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/ApolloCSM.osmodel",
|
||||
GeometryFile = models .. "ApolloCSM.osmodel",
|
||||
ModelScale = 0.0001,
|
||||
LightSources = {
|
||||
{
|
||||
|
||||
@@ -63,7 +63,7 @@ local Apollo8Model = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/ApolloCSM.osmodel",
|
||||
GeometryFile = models .. "ApolloCSM.osmodel",
|
||||
ModelScale = 0.0001,
|
||||
LightSources = {
|
||||
{
|
||||
|
||||
@@ -75,7 +75,7 @@ for i = 1, #landingData do
|
||||
Size = size,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = insigniasPath .. "/" .. entry.Texture,
|
||||
Texture = insigniasPath .. entry.Texture,
|
||||
Opacity = 0.0
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -26,9 +26,9 @@ local Ceres = {
|
||||
SourceFrame = "IAU_CERES",
|
||||
DestinationFrame = "GALACTIC",
|
||||
Kernels = {
|
||||
kernels .. "/dawn_ceres_v01.tpc",
|
||||
kernels .. "/sb_ceres_140724.bsp",
|
||||
kernels .. "/sb_ceres_110211.bsp"
|
||||
kernels .. "dawn_ceres_v01.tpc",
|
||||
kernels .. "sb_ceres_140724.bsp",
|
||||
kernels .. "sb_ceres_110211.bsp"
|
||||
}
|
||||
},
|
||||
Translation = {
|
||||
@@ -36,9 +36,9 @@ local Ceres = {
|
||||
Target = "CERES",
|
||||
Observer = "SSB",
|
||||
Kernels = {
|
||||
kernels .. "/dawn_ceres_v01.tpc",
|
||||
kernels .. "/sb_ceres_140724.bsp",
|
||||
kernels .. "/sb_ceres_110211.bsp"
|
||||
kernels .. "dawn_ceres_v01.tpc",
|
||||
kernels .. "sb_ceres_140724.bsp",
|
||||
kernels .. "sb_ceres_110211.bsp"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -50,7 +50,7 @@ local Ceres = {
|
||||
ColorLayers = {
|
||||
{
|
||||
Identifier = "Texture",
|
||||
FilePath = textures .. "/gray.png",
|
||||
FilePath = textures .. "gray.png",
|
||||
Enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -39,8 +39,8 @@ local Vesta = {
|
||||
Target = "VESTA",
|
||||
Observer = "SSB",
|
||||
Kernels = {
|
||||
--kernels .. "/dawn_vesta_v06.tpc",
|
||||
kernels .. "/sb_vesta_071107.bsp"
|
||||
--kernels .. "dawn_vesta_v06.tpc",
|
||||
kernels .. "sb_vesta_071107.bsp"
|
||||
}
|
||||
},
|
||||
Rotation = {
|
||||
@@ -51,7 +51,7 @@ local Vesta = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModelProjection",
|
||||
GeometryFile = models .. "/VestaComet_5000.obj",
|
||||
GeometryFile = models .. "VestaComet_5000.obj",
|
||||
BoundingSphereRadius = 10.0,
|
||||
Projection = {
|
||||
Sequence = images,
|
||||
|
||||
@@ -31,7 +31,7 @@ local Gaia = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "GAIA",
|
||||
GeometryFile = model .. "/gaia.obj",
|
||||
GeometryFile = model .. "gaia.obj",
|
||||
LightSources = {
|
||||
{
|
||||
Type = "SceneGraphLightSource",
|
||||
|
||||
@@ -16,7 +16,7 @@ local GaiaTrail = {
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trail .. "/gaia_orbit_horizons.dat"
|
||||
HorizonsTextFile = trail .. "gaia_orbit_horizons.dat"
|
||||
},
|
||||
Color = { 0.0, 0.8, 0.7 },
|
||||
ShowFullTrail = false,
|
||||
@@ -42,7 +42,7 @@ local GaiaTrailEclip = {
|
||||
Enabled = false,
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trail .. "/gaia_orbit_horizons_sun.dat"
|
||||
HorizonsTextFile = trail .. "gaia_orbit_horizons_sun.dat"
|
||||
},
|
||||
Color = { 1.0, 0.0, 0.0 },
|
||||
ShowFullTrail = false,
|
||||
|
||||
@@ -15,7 +15,7 @@ local GaiaPosition = {
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = trail .. "/gaia_orbit_horizons.dat"
|
||||
HorizonsTextFile = trail .. "gaia_orbit_horizons.dat"
|
||||
},
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -17,11 +17,11 @@ local ikernels = asset.syncedResource({
|
||||
})
|
||||
|
||||
local iKernels = {
|
||||
ikernels .. '/nsyt_spk_cruise_od063_v1_approach2surface_SC_Lander.tsc',
|
||||
ikernels .. '/insight_v02.tfr',
|
||||
ikernels .. '/mar085s.bsp',
|
||||
ikernels .. '/nsyt_spk_cruise_POST_approach2surface_SC_Lander.bsp',
|
||||
ikernels .. '/nsyt_spk_cruise_POST_approach2surface_SC_Lander.bck',
|
||||
ikernels .. "nsyt_spk_cruise_od063_v1_approach2surface_SC_Lander.tsc",
|
||||
ikernels .. "insight_v02.tfr",
|
||||
ikernels .. "mar085s.bsp",
|
||||
ikernels .. "nsyt_spk_cruise_POST_approach2surface_SC_Lander.bsp",
|
||||
ikernels .. "nsyt_spk_cruise_POST_approach2surface_SC_Lander.bck",
|
||||
}
|
||||
|
||||
local RotationMatrix = {
|
||||
@@ -186,7 +186,7 @@ local Insight = {
|
||||
Transform = {
|
||||
Rotation = {
|
||||
Type = "StaticRotation",
|
||||
Rotation = {0.0, 0.0, -3.1415}
|
||||
Rotation = { 0.0, 0.0, -3.1415 }
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
@@ -200,7 +200,7 @@ local Insight_Entry_CapsuleA = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/cruise_insight_doubleside2_newcapsule_diffuse.obj",
|
||||
GeometryFile = models .. "cruise_insight_doubleside2_newcapsule_diffuse.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -220,7 +220,7 @@ local Insight_Entry_Capsule_Ring = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_cruise_cone_ring_foil_gold.obj",
|
||||
GeometryFile = models .. "insight_cruise_cone_ring_foil_gold.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -240,7 +240,7 @@ local Insight_Entry_Capsule_Plugs = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_cruise_cone_capsule_diffuse.obj",
|
||||
GeometryFile = models .. "insight_cruise_cone_capsule_diffuse.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -260,7 +260,7 @@ local Insight_Entry_Heatshield = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_cruise_heatshield_foil_gold.obj",
|
||||
GeometryFile = models .. "insight_cruise_heatshield_foil_gold.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -280,7 +280,7 @@ local Insight_Parachute_0 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_chute_frame01_diff1.obj",
|
||||
GeometryFile = models .. "insight_chute_frame01_diff1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -301,7 +301,7 @@ local Insight_Parachute_Cords_0 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_chute_frame01_cords1.obj",
|
||||
GeometryFile = models .. "insight_chute_frame01_cords1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -322,7 +322,7 @@ local Insight_Parachute_20 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_chute_frame20_diff1.obj",
|
||||
GeometryFile = models .. "insight_chute_frame20_diff1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -343,7 +343,7 @@ local Insight_Parachute_Cords_20 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_chute_frame20_cords1.obj",
|
||||
GeometryFile = models .. "insight_chute_frame20_cords1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -364,7 +364,7 @@ local Insight_Parachute_40 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/chute_doubleside_frame40_diff.obj",
|
||||
GeometryFile = models .. "chute_doubleside_frame40_diff.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -385,7 +385,7 @@ local Insight_Parachute_Cords_40 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_chute_frame40_cords1.obj",
|
||||
GeometryFile = models .. "insight_chute_frame40_cords1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -406,7 +406,7 @@ local Insight_Lander_A001 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO01.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -422,7 +422,7 @@ local Insight_Lander_A002 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO02.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO02.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -438,7 +438,7 @@ local Insight_Lander_A003 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO03.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO03.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -454,7 +454,7 @@ local Insight_Lander_A004 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO04.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO04.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -470,7 +470,7 @@ local Insight_Lander_A005 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO05.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO05.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -486,7 +486,7 @@ local Insight_Lander_A006 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO06.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO06.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -502,7 +502,7 @@ local Insight_Lander_A007 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO07.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO07.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -518,7 +518,7 @@ local Insight_Lander_A008 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_AO08.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_AO08.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -534,7 +534,7 @@ local Insight_Lander_foil1 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_foil1.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_foil1.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -550,7 +550,7 @@ local Insight_Lander_Tex01 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_tex01.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_tex01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -566,7 +566,7 @@ local Insight_Lander_Tex02 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_deck_tex02.obj",
|
||||
GeometryFile = models .. "insight_lander_deck_tex02.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -582,7 +582,7 @@ local Insight_Legs_Stowed_tex = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_legs_stow_tex01.obj",
|
||||
GeometryFile = models .. "insight_lander_legs_stow_tex01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -603,7 +603,7 @@ local Insight_Legs_Stowed_AO06 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_legs_stow_AO06.obj",
|
||||
GeometryFile = models .. "insight_lander_legs_stow_AO06.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -624,7 +624,7 @@ local Insight_Legs_Deployed_tex = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_legs_deploy_tex01.obj",
|
||||
GeometryFile = models .. "insight_lander_legs_deploy_tex01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources,
|
||||
},
|
||||
@@ -644,7 +644,7 @@ local Insight_Legs_Deployed_AO06 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_legs_deploy_AO06.obj",
|
||||
GeometryFile = models .. "insight_lander_legs_deploy_AO06.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -664,7 +664,7 @@ local Insight_Panels_Stowed_tex = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_stow_tex01.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_stow_tex01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -680,7 +680,7 @@ local Insight_Panels_Stowed_tex2 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_stow_tex02.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_stow_tex02.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -696,7 +696,7 @@ local Insight_Panels_Stowed_AO01 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_stow_AO01.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_stow_AO01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -712,7 +712,7 @@ local Insight_Panels_Deployed_tex = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_deploy_tex01.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_deploy_tex01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -732,7 +732,7 @@ local Insight_Panels_Deployed_tex2 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_deploy_tex02.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_deploy_tex02.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -752,7 +752,7 @@ local Insight_Panels_Deployed_AO06 = {
|
||||
Parent = Insight.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/insight_lander_panels_deploy_AO01.obj",
|
||||
GeometryFile = models .. "insight_lander_panels_deploy_AO01.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
|
||||
@@ -19,110 +19,110 @@ local kernels = asset.syncedResource({
|
||||
})
|
||||
|
||||
local JunoKernels = {
|
||||
kernels .. "/juno_v12.tf",
|
||||
kernels .. "/JNO_SCLKSCET.00039.tsc",
|
||||
kernels .. "/juno_jade_v00.ti",
|
||||
kernels .. "/juno_jedi_v00.ti",
|
||||
kernels .. "/juno_jiram_v01.ti",
|
||||
kernels .. "/juno_junocam_v00.ti",
|
||||
kernels .. "/juno_mag_v00.ti",
|
||||
kernels .. "/juno_mwr_v01.ti",
|
||||
kernels .. "/juno_struct_v01.ti",
|
||||
kernels .. "/juno_uvs_v00.ti",
|
||||
kernels .. "/juno_waves_v00.ti",
|
||||
kernels .. "/juno_mwr_v01.ti",
|
||||
kernels .. "/spk_merge_110805_171017_130515.bsp",
|
||||
kernels .. "/juno_sc_nom_110807_171016_v01.bc",
|
||||
kernels .. "/juno_sc_prl_110930_111028_jc003c01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_111028_111125_jc004b00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_111125_111223_jc005b00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_111223_120127_jc006a02_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120127_120217_jc007a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120217_120316_jc008b00_v02.bc",
|
||||
kernels .. "/juno_sc_prl_120316_120413_jc009a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120413_120511_jc010a04_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120511_120608_jc011a01_v02.bc",
|
||||
kernels .. "/juno_sc_prl_120608_120706_jc012b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120706_120802_jc013a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120802_120824_jc014b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120824_120928_jc015m00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120919_120928_jc015o00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_120928_121026_jc016c03_v01.bc",
|
||||
kernels .. "/juno_sc_prl_121026_121123_jc017a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_121123_121221_jc018b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_121221_130118_jc019a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130118_130215_jc020b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130315_130412_jc022b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130412_130510_jc023b03_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130510_130607_jc024a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130607_130705_jc025a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130705_130802_jc026a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130726_131020_jx024a02_EFB_v03.bc",
|
||||
kernels .. "/juno_sc_prl_130802_130830_jc027a02_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130830_130927_jc028a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130926_131025_jc029a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_130927_131025_jc029c01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_131022_131025_jc029f00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_131025_131122_jc030b04_v01.bc",
|
||||
kernels .. "/juno_sc_prl_131122_131220_jc031b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_131220_140124_jc032a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140124_140214_jc033a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140214_140314_jc034b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140314_140411_jc035a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140411_140509_jc036b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140509_140606_jc037b02_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140606_140704_jc038a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140704_140801_jc039b01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140801_140829_jc040a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140829_140926_jc041a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_140926_141024_jc042a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_141024_141121_jc043a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_141105_141121_jc043m01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_141107_141121_jc043s01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_141121_141219_jc044a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_141219_150123_jc045a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150123_150213_jc046a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150213_150313_jc047a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150312_150409_jc048a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150410_150508_jc049a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150508_150605_jc050a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150605_150703_jc051a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150703_150731_jc052a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150731_150828_jc053a01_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150805_150828_jc053m00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150807_150828_jc053s00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150828_150924_jc054a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_150924_151023_jc055a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_151023_151120_jc056a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_151120_151218_jc057a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_151218_160115_jc058a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160115_160212_jc059a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160212_160311_jc060a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160311_160408_jc061a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160408_160506_jc062a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160506_160603_jc063a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160603_160630_jc064a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160708_160729_jm0001rp_v02.bc",
|
||||
kernels .. "/juno_sc_prl_160729_160826_jm0002rp_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160827_160920_jm0003a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_160924_161019_jm0004a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_161014_161115_jm0005a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_161022_161115_jm0005b00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_161115_161213_jx0405rp_v01.bc",
|
||||
kernels .. "/juno_sc_prl_161210_170115_jm0031a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170115_170201_jm0032a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170201_170309_jm0041a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170309_170326_jm0042rp_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170326_170427_jm0051rp_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170427_170518_jm0052rp_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170518_170615_jm0061a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170615_170710_jm0062a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170710_170805_jm0071a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170805_170831_jm0072a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170831_170927_jm0081a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_170927_171023_jm0082a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_171023_171030_jm0091a00_v01.bc",
|
||||
kernels .. "/juno_sc_prl_171023_171030_jm0091a00_v01.bc"
|
||||
kernels .. "juno_v12.tf",
|
||||
kernels .. "JNO_SCLKSCET.00039.tsc",
|
||||
kernels .. "juno_jade_v00.ti",
|
||||
kernels .. "juno_jedi_v00.ti",
|
||||
kernels .. "juno_jiram_v01.ti",
|
||||
kernels .. "juno_junocam_v00.ti",
|
||||
kernels .. "juno_mag_v00.ti",
|
||||
kernels .. "juno_mwr_v01.ti",
|
||||
kernels .. "juno_struct_v01.ti",
|
||||
kernels .. "juno_uvs_v00.ti",
|
||||
kernels .. "juno_waves_v00.ti",
|
||||
kernels .. "juno_mwr_v01.ti",
|
||||
kernels .. "spk_merge_110805_171017_130515.bsp",
|
||||
kernels .. "juno_sc_nom_110807_171016_v01.bc",
|
||||
kernels .. "juno_sc_prl_110930_111028_jc003c01_v01.bc",
|
||||
kernels .. "juno_sc_prl_111028_111125_jc004b00_v01.bc",
|
||||
kernels .. "juno_sc_prl_111125_111223_jc005b00_v01.bc",
|
||||
kernels .. "juno_sc_prl_111223_120127_jc006a02_v01.bc",
|
||||
kernels .. "juno_sc_prl_120127_120217_jc007a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_120217_120316_jc008b00_v02.bc",
|
||||
kernels .. "juno_sc_prl_120316_120413_jc009a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_120413_120511_jc010a04_v01.bc",
|
||||
kernels .. "juno_sc_prl_120511_120608_jc011a01_v02.bc",
|
||||
kernels .. "juno_sc_prl_120608_120706_jc012b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_120706_120802_jc013a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_120802_120824_jc014b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_120824_120928_jc015m00_v01.bc",
|
||||
kernels .. "juno_sc_prl_120919_120928_jc015o00_v01.bc",
|
||||
kernels .. "juno_sc_prl_120928_121026_jc016c03_v01.bc",
|
||||
kernels .. "juno_sc_prl_121026_121123_jc017a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_121123_121221_jc018b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_121221_130118_jc019a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130118_130215_jc020b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130315_130412_jc022b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130412_130510_jc023b03_v01.bc",
|
||||
kernels .. "juno_sc_prl_130510_130607_jc024a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130607_130705_jc025a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_130705_130802_jc026a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130726_131020_jx024a02_EFB_v03.bc",
|
||||
kernels .. "juno_sc_prl_130802_130830_jc027a02_v01.bc",
|
||||
kernels .. "juno_sc_prl_130830_130927_jc028a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_130926_131025_jc029a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_130927_131025_jc029c01_v01.bc",
|
||||
kernels .. "juno_sc_prl_131022_131025_jc029f00_v01.bc",
|
||||
kernels .. "juno_sc_prl_131025_131122_jc030b04_v01.bc",
|
||||
kernels .. "juno_sc_prl_131122_131220_jc031b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_131220_140124_jc032a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140124_140214_jc033a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140214_140314_jc034b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140314_140411_jc035a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140411_140509_jc036b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140509_140606_jc037b02_v01.bc",
|
||||
kernels .. "juno_sc_prl_140606_140704_jc038a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140704_140801_jc039b01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140801_140829_jc040a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140829_140926_jc041a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_140926_141024_jc042a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_141024_141121_jc043a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_141105_141121_jc043m01_v01.bc",
|
||||
kernels .. "juno_sc_prl_141107_141121_jc043s01_v01.bc",
|
||||
kernels .. "juno_sc_prl_141121_141219_jc044a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_141219_150123_jc045a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150123_150213_jc046a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150213_150313_jc047a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150312_150409_jc048a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150410_150508_jc049a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150508_150605_jc050a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150605_150703_jc051a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150703_150731_jc052a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150731_150828_jc053a01_v01.bc",
|
||||
kernels .. "juno_sc_prl_150805_150828_jc053m00_v01.bc",
|
||||
kernels .. "juno_sc_prl_150807_150828_jc053s00_v01.bc",
|
||||
kernels .. "juno_sc_prl_150828_150924_jc054a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_150924_151023_jc055a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_151023_151120_jc056a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_151120_151218_jc057a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_151218_160115_jc058a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160115_160212_jc059a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160212_160311_jc060a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160311_160408_jc061a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160408_160506_jc062a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160506_160603_jc063a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160603_160630_jc064a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160708_160729_jm0001rp_v02.bc",
|
||||
kernels .. "juno_sc_prl_160729_160826_jm0002rp_v01.bc",
|
||||
kernels .. "juno_sc_prl_160827_160920_jm0003a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_160924_161019_jm0004a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_161014_161115_jm0005a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_161022_161115_jm0005b00_v01.bc",
|
||||
kernels .. "juno_sc_prl_161115_161213_jx0405rp_v01.bc",
|
||||
kernels .. "juno_sc_prl_161210_170115_jm0031a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170115_170201_jm0032a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170201_170309_jm0041a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170309_170326_jm0042rp_v01.bc",
|
||||
kernels .. "juno_sc_prl_170326_170427_jm0051rp_v01.bc",
|
||||
kernels .. "juno_sc_prl_170427_170518_jm0052rp_v01.bc",
|
||||
kernels .. "juno_sc_prl_170518_170615_jm0061a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170615_170710_jm0062a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170710_170805_jm0071a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170805_170831_jm0072a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170831_170927_jm0081a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_170927_171023_jm0082a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_171023_171030_jm0091a00_v01.bc",
|
||||
kernels .. "juno_sc_prl_171023_171030_jm0091a00_v01.bc"
|
||||
}
|
||||
|
||||
local RotationMatrix = {
|
||||
@@ -150,7 +150,7 @@ local Juno = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/Juno.obj",
|
||||
GeometryFile = model .. "Juno.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = assetHelper.getDefaultLightSources(sunTransforms.SolarSystemBarycenter.Identifier)
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@ local JWSTBand = {
|
||||
Renderable = {
|
||||
Enabled = false,
|
||||
Type = "RenderableSphere",
|
||||
Texture = band .. "/JWST-band.png",
|
||||
Texture = band .. "JWST-band.png",
|
||||
Size = 9.2E15,
|
||||
Segments = 50,
|
||||
DisableFadeInOut = true,
|
||||
@@ -65,7 +65,7 @@ local JWSTModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/jwst_anim74_2fps_2018_nb.osmodel",
|
||||
GeometryFile = models .. "jwst_anim74_2fps_2018_nb.osmodel",
|
||||
ModelScale = 0.0328, -- First scale down with centimeters then scale up with feet
|
||||
EnableAnimation = true,
|
||||
AnimationStartTime = "2018 10 01 14:06:03",
|
||||
|
||||
@@ -37,7 +37,7 @@ local JWSTTrailLaunch = {
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_launch.dat",
|
||||
HorizonsTextFile = horizons .. "horizons_jwst_launch.dat",
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
StartTime = "2018 OCT 01 14:06:00",
|
||||
@@ -68,7 +68,7 @@ local JWSTTrailOrbit = {
|
||||
Type = "RenderableTrailOrbit",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_orbit.dat",
|
||||
HorizonsTextFile = horizons .. "horizons_jwst_orbit.dat",
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
Period = 182.621099, -- About 6 months
|
||||
@@ -99,7 +99,7 @@ local JWSTSunTrail = {
|
||||
Type = "SpiceTranslation",
|
||||
Target = "JWST",
|
||||
Observer = "SSB",
|
||||
Kernels = kernels .. "/jwst_horizons_20200101_20240101_v01.bsp"
|
||||
Kernels = kernels .. "jwst_horizons_20200101_20240101_v01.bsp"
|
||||
},
|
||||
Color = { 0.0, 0.9, 0.9 },
|
||||
Period = 365.242,
|
||||
|
||||
@@ -20,11 +20,11 @@ local JWSTPosition = {
|
||||
Keyframes = {
|
||||
['2018 OCT 01 14:06:03'] = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_launch.dat",
|
||||
HorizonsTextFile = horizons .. "horizons_jwst_launch.dat",
|
||||
},
|
||||
['2018 NOV 01 00:00:00'] = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_orbit.dat",
|
||||
HorizonsTextFile = horizons .. "horizons_jwst_orbit.dat",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@ local Magnetosphere = {
|
||||
Renderable = {
|
||||
Type = "RenderableTimeVaryingVolume",
|
||||
SourceDirectory = localFolder,
|
||||
TransferFunction = localFolder .. "/transferfunction.txt",
|
||||
TransferFunction = localFolder .. "transferfunction.txt",
|
||||
Variable = "rho",
|
||||
StepSize = 0.003,
|
||||
Dimensions = {64, 64, 64},
|
||||
|
||||
@@ -19,35 +19,35 @@ local kernels = asset.syncedResource({
|
||||
|
||||
|
||||
local LocalKernels = {
|
||||
kernels .. '/messenger_2548.tsc',
|
||||
kernels .. '/msgr_v231.tf',
|
||||
kernels .. 'messenger_2548.tsc',
|
||||
kernels .. 'msgr_v231.tf',
|
||||
|
||||
kernels .. '/de405.bsp',
|
||||
kernels .. '/msgr_040803_150430_150430_od431sc_2.bsp',
|
||||
kernels .. '/msgr_antenna_v000.bsp',
|
||||
kernels .. '/msgr_de405_de423s.bsp',
|
||||
kernels .. 'de405.bsp',
|
||||
kernels .. 'msgr_040803_150430_150430_od431sc_2.bsp',
|
||||
kernels .. 'msgr_antenna_v000.bsp',
|
||||
kernels .. 'msgr_de405_de423s.bsp',
|
||||
|
||||
kernels .. '/msgr_epps_v100.ti',
|
||||
kernels .. '/msgr_grns_v110.ti',
|
||||
kernels .. '/msgr_mag_v021.ti',
|
||||
kernels .. '/msgr_mascs_v100.ti',
|
||||
kernels .. '/msgr_mdis_v160.ti',
|
||||
kernels .. '/msgr_mla_v010.ti',
|
||||
kernels .. '/msgr_rs_v111.ti',
|
||||
kernels .. '/msgr_xrs_v001.ti',
|
||||
kernels .. 'msgr_epps_v100.ti',
|
||||
kernels .. 'msgr_grns_v110.ti',
|
||||
kernels .. 'msgr_mag_v021.ti',
|
||||
kernels .. 'msgr_mascs_v100.ti',
|
||||
kernels .. 'msgr_mdis_v160.ti',
|
||||
kernels .. 'msgr_mla_v010.ti',
|
||||
kernels .. 'msgr_rs_v111.ti',
|
||||
kernels .. 'msgr_xrs_v001.ti',
|
||||
|
||||
|
||||
kernels .. '/pck00008.tpc',
|
||||
kernels .. '/pck00008_msgr.tpc',
|
||||
kernels .. '/pck00009_msgr_v10.tpc',
|
||||
kernels .. '/pck00010_msgr_v10.tpc',
|
||||
kernels .. '/pck00010_msgr_v23.tpc',
|
||||
kernels .. '/pck00010.tpc',
|
||||
kernels .. 'pck00008.tpc',
|
||||
kernels .. 'pck00008_msgr.tpc',
|
||||
kernels .. 'pck00009_msgr_v10.tpc',
|
||||
kernels .. 'pck00010_msgr_v10.tpc',
|
||||
kernels .. 'pck00010_msgr_v23.tpc',
|
||||
kernels .. 'pck00010.tpc',
|
||||
|
||||
kernels .. '/msgr_1103_v02.bc',
|
||||
kernels .. '/msgr_1104_v02.bc',
|
||||
kernels .. '/msgr_1105_v02.bc',
|
||||
kernels .. '/msgr_1106_v02.bc',
|
||||
kernels .. 'msgr_1103_v02.bc',
|
||||
kernels .. 'msgr_1104_v02.bc',
|
||||
kernels .. 'msgr_1105_v02.bc',
|
||||
kernels .. 'msgr_1106_v02.bc',
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ local MessengerProbeBlack = {
|
||||
Parent = Messenger.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/MessengerProbe_black.obj",
|
||||
GeometryFile = models .. "MessengerProbe_black.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -107,7 +107,7 @@ local MessengerProbeFoil = {
|
||||
Parent = Messenger.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/MessengerProbe_foil.obj",
|
||||
GeometryFile = models .. "MessengerProbe_foil.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -122,7 +122,7 @@ local MessengerProbeHeatShield = {
|
||||
Parent = Messenger.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/MessengerProbe_heatShield.obj",
|
||||
GeometryFile = models .. "MessengerProbe_heatShield.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -137,7 +137,7 @@ local MessengerProbeMetal = {
|
||||
Parent = Messenger.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/MessengerProbe_metal.obj",
|
||||
GeometryFile = models .. "MessengerProbe_metal.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
@@ -152,7 +152,7 @@ local MessengerProbePanels = {
|
||||
Parent = Messenger.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = models .. "/MessengerProbe_panels.obj",
|
||||
GeometryFile = models .. "MessengerProbe_panels.obj",
|
||||
ModelTransform = RotationMatrix,
|
||||
LightSources = LightSources
|
||||
},
|
||||
|
||||
@@ -36,12 +36,12 @@ local CharonProjection = {
|
||||
Segments = 350
|
||||
},
|
||||
ColorTexturePaths = {
|
||||
textures .. "/NH_Charon_mosaic.png",
|
||||
textures .. "/NH_Charon_mosaic_8192.png"
|
||||
textures .. "NH_Charon_mosaic.png",
|
||||
textures .. "NH_Charon_mosaic_8192.png"
|
||||
},
|
||||
HeightTexturePaths = {
|
||||
textures .. "/NH_Charon_DTM.png",
|
||||
textures .. "/NH_Charon_DTM_8192.png"
|
||||
textures .. "NH_Charon_DTM.png",
|
||||
textures .. "NH_Charon_DTM_8192.png"
|
||||
},
|
||||
MeridianShift = true,
|
||||
Projection = {
|
||||
@@ -78,7 +78,7 @@ local CharonText = {
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "StaticTranslation",
|
||||
Position = {0, -1000000.0, 0}
|
||||
Position = { 0, -1000000.0, 0 }
|
||||
}
|
||||
},
|
||||
Renderable = {
|
||||
@@ -86,7 +86,7 @@ local CharonText = {
|
||||
Size = 10^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = textures .. "/Charon-Text.png",
|
||||
Texture = textures .. "Charon-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -6,39 +6,39 @@ local Kernels = asset.syncedResource({
|
||||
})
|
||||
|
||||
local NewHorizonsKernels = {
|
||||
Kernels .. "/nh_pred_20141201_20190301_od122.bsp",
|
||||
Kernels .. "/NavSE_plu047_od122.bsp",
|
||||
Kernels .. "/NavPE_de433_od122.bsp",
|
||||
Kernels .. "nh_pred_20141201_20190301_od122.bsp",
|
||||
Kernels .. "NavSE_plu047_od122.bsp",
|
||||
Kernels .. "NavPE_de433_od122.bsp",
|
||||
|
||||
Kernels .. "/new-horizons_1121.tsc",
|
||||
Kernels .. "new-horizons_1121.tsc",
|
||||
|
||||
Kernels .. "/nh_scispi_2015_pred.bc",
|
||||
Kernels .. "/nh_scispi_2015_recon.bc",
|
||||
Kernels .. "/nh_lorri_wcs.bc",
|
||||
Kernels .. "nh_scispi_2015_pred.bc",
|
||||
Kernels .. "nh_scispi_2015_recon.bc",
|
||||
Kernels .. "nh_lorri_wcs.bc",
|
||||
|
||||
Kernels .. "/PLU_LORRI_ALL_161216.bc",
|
||||
Kernels .. "PLU_LORRI_ALL_161216.bc",
|
||||
|
||||
Kernels .. "/nh_targets_v001.tpc",
|
||||
Kernels .. "/nh_pcnh_005.tpc",
|
||||
Kernels .. "nh_targets_v001.tpc",
|
||||
Kernels .. "nh_pcnh_005.tpc",
|
||||
|
||||
Kernels .. "/nh_v220.tf",
|
||||
Kernels .. "/nh_allinstruments_v002.ti",
|
||||
Kernels .. "/nh_alice_v200.ti",
|
||||
Kernels .. "/nh_lorri_v201.ti",
|
||||
Kernels .. "/nh_pepssi_v110.ti",
|
||||
Kernels .. "/nh_ralph_v100.ti",
|
||||
Kernels .. "/nh_rex_v100.ti",
|
||||
Kernels .. "/nh_sdc_v101.ti",
|
||||
Kernels .. "/nh_swap_v100.ti",
|
||||
Kernels .. "/nh_astr_v000.ti",
|
||||
Kernels .. "/nh_fss_v000.ti",
|
||||
Kernels .. "/nh_soc_misc_v001.tf",
|
||||
Kernels .. "/nh_stars.bsp",
|
||||
Kernels .. "nh_v220.tf",
|
||||
Kernels .. "nh_allinstruments_v002.ti",
|
||||
Kernels .. "nh_alice_v200.ti",
|
||||
Kernels .. "nh_lorri_v201.ti",
|
||||
Kernels .. "nh_pepssi_v110.ti",
|
||||
Kernels .. "nh_ralph_v100.ti",
|
||||
Kernels .. "nh_rex_v100.ti",
|
||||
Kernels .. "nh_sdc_v101.ti",
|
||||
Kernels .. "nh_swap_v100.ti",
|
||||
Kernels .. "nh_astr_v000.ti",
|
||||
Kernels .. "nh_fss_v000.ti",
|
||||
Kernels .. "nh_soc_misc_v001.tf",
|
||||
Kernels .. "nh_stars.bsp",
|
||||
}
|
||||
|
||||
local PlutoKernels = {
|
||||
Kernels .. "/NavPE_de433_od122.bsp",
|
||||
Kernels .. "/NavSE_plu047_od122.bsp"
|
||||
Kernels .. "NavPE_de433_od122.bsp",
|
||||
Kernels .. "NavSE_plu047_od122.bsp"
|
||||
}
|
||||
|
||||
asset.export("Kernels", Kernels)
|
||||
|
||||
@@ -15,7 +15,7 @@ local NewHorizons = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
GeometryFile = models .. "/NewHorizonsCleanModel.obj",
|
||||
GeometryFile = models .. "NewHorizonsCleanModel.obj",
|
||||
AmbientIntensity = 0.2,
|
||||
DiffuseIntensity = 1.0,
|
||||
SpecularIntensity = 1.0,
|
||||
|
||||
@@ -25,7 +25,7 @@ local HydraText = {
|
||||
Size = 10.0^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = hydraTextures .. "/Hydra-Text.png",
|
||||
Texture = hydraTextures .. "Hydra-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
@@ -55,7 +55,7 @@ local KerberosText = {
|
||||
Size = 10^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = kerberosTextures .. "/Kerberos-Text.png",
|
||||
Texture = kerberosTextures .. "Kerberos-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
@@ -79,7 +79,7 @@ local NixText = {
|
||||
Size = 10^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = nixTextures .. "/Nix-Text.png",
|
||||
Texture = nixTextures .. "Nix-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
@@ -109,7 +109,7 @@ local StyxText = {
|
||||
Size = 10^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = styxTextures .. "/Styx-Text.png",
|
||||
Texture = styxTextures .. "Styx-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -58,20 +58,20 @@ local PlutoProjection = {
|
||||
Segments = 400
|
||||
},
|
||||
ColorTexturePaths = {
|
||||
textures .. "/pluto.png",
|
||||
textures .. "/NH_Pluto_mosaic_16384.png",
|
||||
textures .. "/NH_Pluto_mosaic_8192.png",
|
||||
textures .. "/pmap_cyl_k201.jpg",
|
||||
textures .. "/pmap_cyl_k201_4096.jpg"
|
||||
textures .. "pluto.png",
|
||||
textures .. "NH_Pluto_mosaic_16384.png",
|
||||
textures .. "NH_Pluto_mosaic_8192.png",
|
||||
textures .. "pmap_cyl_k201.jpg",
|
||||
textures .. "pmap_cyl_k201_4096.jpg"
|
||||
},
|
||||
HeightTexturePaths = {
|
||||
textures .. "/NH_Pluto_DTM_16384.png",
|
||||
textures .. "/NH_Pluto_DTM_8192.png"
|
||||
textures .. "NH_Pluto_DTM_16384.png",
|
||||
textures .. "NH_Pluto_DTM_8192.png"
|
||||
},
|
||||
MeridianShift = false,
|
||||
Projection = {
|
||||
Sequence = images,
|
||||
EventFile = assets .. "/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
|
||||
EventFile = assets .. "core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
|
||||
-- SequenceType = "hybrid",
|
||||
SequenceType = "image-sequence",
|
||||
Observer = "NEW HORIZONS",
|
||||
@@ -192,7 +192,7 @@ local PlutoBarycenterLabel = {
|
||||
Type = "RenderablePlaneImageLocal",
|
||||
Billboard = true,
|
||||
Size = 5E4,
|
||||
Texture = encounterTextures .. "/barycenter.png",
|
||||
Texture = encounterTextures .. "barycenter.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
@@ -215,7 +215,7 @@ local PlutoText = {
|
||||
Size = 10^6.3,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = encounterTextures .. "/Pluto-Text.png",
|
||||
Texture = encounterTextures .. "Pluto-Text.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -34,7 +34,7 @@ local Bennu = {
|
||||
Enabled = false,
|
||||
Type = "RenderableModel",
|
||||
Body = BENNU_BODY,
|
||||
GeometryFile = models .. "/Bennu_v20_200k_an.obj",
|
||||
GeometryFile = models .. "Bennu_v20_200k_an.obj",
|
||||
LightSources = LightSources,
|
||||
SpecularIntensity = 0.0
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@ local BennuProjection = {
|
||||
Enabled = true,
|
||||
Type = "RenderableModelProjection",
|
||||
Body = BENNU_BODY,
|
||||
GeometryFile = models .. "/Bennu_v20_200k_an.obj",
|
||||
GeometryFile = models .. "Bennu_v20_200k_an.obj",
|
||||
Projection = {
|
||||
Sequence = { images, imagesA },
|
||||
SequenceType = "image-sequence",
|
||||
|
||||
@@ -31,7 +31,7 @@ local ImagePlane = {
|
||||
Spacecraft = "OSIRIS-REX",
|
||||
Instrument = "ORX_OCAMS_POLYCAM",
|
||||
Moving = false,
|
||||
Texture = textures .. "/defaultProj.png"
|
||||
Texture = textures .. "defaultProj.png"
|
||||
},
|
||||
GUI = {
|
||||
Name = "OsirisREx Image Plane",
|
||||
|
||||
@@ -6,86 +6,86 @@ local kernels = asset.syncedResource({
|
||||
})
|
||||
|
||||
local OsirisRexKernels = {
|
||||
kernels .. "/orx_v14.tf",
|
||||
kernels .. "/orx_ocams_v07.ti",
|
||||
kernels .. "/orx_rexis_v01.ti",
|
||||
kernels .. "/ORX_SCLKSCET.00061.tsc",
|
||||
kernels .. "/bennu_v17.tpc",
|
||||
kernels .. "/orx_struct_v04.bsp",
|
||||
kernels .. "/orx_sa_red_200106_v02.bc",
|
||||
kernels .. "/orx_sa_red_200107_v02.bc",
|
||||
kernels .. "/orx_sa_red_200108_v02.bc",
|
||||
kernels .. "/orx_sa_red_200109_v02.bc",
|
||||
kernels .. "/orx_sa_red_200110_v02.bc",
|
||||
kernels .. "/orx_sa_rel_200106_200112_v01.bc",
|
||||
kernels .. "/orx_sc_rel_160909_160911_v01.bc",
|
||||
kernels .. "/orx_sc_rel_160912_160918_v01.bc",
|
||||
kernels .. "/orx_sc_rel_160919_160925_v01.bc",
|
||||
kernels .. "/orx_sc_rel_160926_161002_v01.bc",
|
||||
kernels .. "/orx_sc_rel_181029_181104_v02.bc",
|
||||
kernels .. "/orx_sc_rel_190218_190224_v02.bc",
|
||||
kernels .. "/orx_sc_rel_200106_200112_v01.bc",
|
||||
kernels .. "/orx_sc_rel_201019_201025_v01.bc",
|
||||
kernels .. "/orx_sc_rel_201012_201018_v01.bc",
|
||||
kernels .. "/orx_sc_red_200106_v02.bc",
|
||||
kernels .. "/orx_sc_red_200107_v02.bc",
|
||||
kernels .. "/orx_sc_red_200108_v02.bc",
|
||||
kernels .. "/orx_sc_red_200109_v02.bc",
|
||||
kernels .. "/orx_sc_red_201020_v02.bc",
|
||||
kernels .. "/orx_sc_red_201017_v03.bc",
|
||||
kernels .. "/orx_sc_red_201018_v02.bc",
|
||||
kernels .. "/orx_sc_red_201019_v02.bc",
|
||||
kernels .. "/orx_r_160909_160910_v01.bc",
|
||||
kernels .. "/orx_r_160910_160913_v01.bc",
|
||||
kernels .. "/orx_r_160913_160915_v01.bc",
|
||||
kernels .. "/orx_r_160915_160919_v01.bc",
|
||||
kernels .. "/orx_r_160918_160922_v01.bc",
|
||||
kernels .. "/orx_r_160919_160922_v01.bc",
|
||||
kernels .. "/orx_r_200105_200107_v02.bc",
|
||||
kernels .. "/orx_r_200106_200108_v02.bc",
|
||||
kernels .. "/orx_r_200107_200109_v02.bc",
|
||||
kernels .. "/orx_r_200107_200112_v01.bc",
|
||||
kernels .. "/orx_r_200108_200110_v02.bc",
|
||||
kernels .. "/orx_r_200109_200111_v02.bc",
|
||||
kernels .. "/orx_r_201019_201021_v06.bc",
|
||||
kernels .. "/orx_r_201018_201021_v02.bc",
|
||||
kernels .. "/orx_r_201018_201020_v03.bc",
|
||||
kernels .. "/orx_r_201017_201019_v03.bc",
|
||||
kernels .. "/orx_p_160910_161005_xc001b_v01.bc",
|
||||
kernels .. "/orx_p_200106_200113_2002_od205_v01.bc",
|
||||
kernels .. "/orx_p_200106_200113_2002_od209_v01.bc",
|
||||
kernels .. "/orx_p_200106_200113_2002_od210_v01.bc",
|
||||
kernels .. "/orx_p_201019_201026_2043tag_od293_v03.bc",
|
||||
kernels .. "/orx_p_201012_201019_2042_od291_v04.bc",
|
||||
kernels .. "/orx_p_210411_210510_xq006_od297_v05.bc",
|
||||
kernels .. "/orx_p_210509_210513_xr001_adm_final_mod_od311_v01.bc",
|
||||
kernels .. "/orx_p_210509_210607_xr001_od298_v00.bc",
|
||||
kernels .. "/orx_p_230824_231008_src_release_od298_v00.bc",
|
||||
kernels .. "/OREX_20160904_M45_complete.bsp",
|
||||
kernels .. "/OREX_20160908_M60_complete.bsp",
|
||||
kernels .. "/orx_struct_polycam_v01.bc",
|
||||
kernels .. "/de424.bsp",
|
||||
kernels .. "/bennu_refdrmc_v1.bsp",
|
||||
kernels .. "/orx_160908_231024_pgaa2_day06m60.bsp",
|
||||
kernels .. "/orx_160908_231024_pgaa3_day06m60_v1.bsp",
|
||||
kernels .. "/orx_160909_161228_160919_od005_tcm1_v2.bsp",
|
||||
kernels .. "/orx_160909_161228_160930_od006_tcm1_v1.bsp",
|
||||
kernels .. "/orx_160909_170101_160912_od004_v1.bsp",
|
||||
kernels .. "/orx_160909_170101_161010_od008_v1.bsp",
|
||||
kernels .. "/spk_orx_160908_231024_pgaa2_day06m60_v3.bsp",
|
||||
kernels .. "/orx_160909_231024_refod009_v2.bsp",
|
||||
kernels .. "/orx_171006_231024_171005_refod027_v1.bsp",
|
||||
kernels .. "/orx_180301_200101_180711_od037-R-AM1-P-M17B_v2.bsp",
|
||||
kernels .. "/orx_180801_181219_181128_od066-N-M0P-L-VC1_v1.bsp",
|
||||
kernels .. "/orx_191101_200407_191202_od204-R-R1P1-P-R3R_v1.bsp",
|
||||
kernels .. "/orx_201020_210524_210103_od297-N-PTO1-F_v1.bsp",
|
||||
kernels .. "/orx_201020_210601_201109_od295-R_v1.bsp",
|
||||
kernels .. "/orx_201020_201110_201021_od293-N_v1.bsp",
|
||||
kernels .. "/orx_201005_201201_200615_od258-R-T1P1-P-T1R1_v1.bsp",
|
||||
kernels .. "/orx_201005_201201_200615_od258-C-T1P1-P-T1R5_v2.bsp",
|
||||
kernels .. "/orx_210115_210701_210426_od310-N-ADM-P_v1.bsp",
|
||||
kernels .. "/orx_210408_210701_210503_od311-N-ADM-F_v1.bsp",
|
||||
kernels .. "/orx_210509_231025_210119_od298-R-ADM1-P-DB1_v1.bsp"
|
||||
kernels .. "orx_v14.tf",
|
||||
kernels .. "orx_ocams_v07.ti",
|
||||
kernels .. "orx_rexis_v01.ti",
|
||||
kernels .. "ORX_SCLKSCET.00061.tsc",
|
||||
kernels .. "bennu_v17.tpc",
|
||||
kernels .. "orx_struct_v04.bsp",
|
||||
kernels .. "orx_sa_red_200106_v02.bc",
|
||||
kernels .. "orx_sa_red_200107_v02.bc",
|
||||
kernels .. "orx_sa_red_200108_v02.bc",
|
||||
kernels .. "orx_sa_red_200109_v02.bc",
|
||||
kernels .. "orx_sa_red_200110_v02.bc",
|
||||
kernels .. "orx_sa_rel_200106_200112_v01.bc",
|
||||
kernels .. "orx_sc_rel_160909_160911_v01.bc",
|
||||
kernels .. "orx_sc_rel_160912_160918_v01.bc",
|
||||
kernels .. "orx_sc_rel_160919_160925_v01.bc",
|
||||
kernels .. "orx_sc_rel_160926_161002_v01.bc",
|
||||
kernels .. "orx_sc_rel_181029_181104_v02.bc",
|
||||
kernels .. "orx_sc_rel_190218_190224_v02.bc",
|
||||
kernels .. "orx_sc_rel_200106_200112_v01.bc",
|
||||
kernels .. "orx_sc_rel_201019_201025_v01.bc",
|
||||
kernels .. "orx_sc_rel_201012_201018_v01.bc",
|
||||
kernels .. "orx_sc_red_200106_v02.bc",
|
||||
kernels .. "orx_sc_red_200107_v02.bc",
|
||||
kernels .. "orx_sc_red_200108_v02.bc",
|
||||
kernels .. "orx_sc_red_200109_v02.bc",
|
||||
kernels .. "orx_sc_red_201020_v02.bc",
|
||||
kernels .. "orx_sc_red_201017_v03.bc",
|
||||
kernels .. "orx_sc_red_201018_v02.bc",
|
||||
kernels .. "orx_sc_red_201019_v02.bc",
|
||||
kernels .. "orx_r_160909_160910_v01.bc",
|
||||
kernels .. "orx_r_160910_160913_v01.bc",
|
||||
kernels .. "orx_r_160913_160915_v01.bc",
|
||||
kernels .. "orx_r_160915_160919_v01.bc",
|
||||
kernels .. "orx_r_160918_160922_v01.bc",
|
||||
kernels .. "orx_r_160919_160922_v01.bc",
|
||||
kernels .. "orx_r_200105_200107_v02.bc",
|
||||
kernels .. "orx_r_200106_200108_v02.bc",
|
||||
kernels .. "orx_r_200107_200109_v02.bc",
|
||||
kernels .. "orx_r_200107_200112_v01.bc",
|
||||
kernels .. "orx_r_200108_200110_v02.bc",
|
||||
kernels .. "orx_r_200109_200111_v02.bc",
|
||||
kernels .. "orx_r_201019_201021_v06.bc",
|
||||
kernels .. "orx_r_201018_201021_v02.bc",
|
||||
kernels .. "orx_r_201018_201020_v03.bc",
|
||||
kernels .. "orx_r_201017_201019_v03.bc",
|
||||
kernels .. "orx_p_160910_161005_xc001b_v01.bc",
|
||||
kernels .. "orx_p_200106_200113_2002_od205_v01.bc",
|
||||
kernels .. "orx_p_200106_200113_2002_od209_v01.bc",
|
||||
kernels .. "orx_p_200106_200113_2002_od210_v01.bc",
|
||||
kernels .. "orx_p_201019_201026_2043tag_od293_v03.bc",
|
||||
kernels .. "orx_p_201012_201019_2042_od291_v04.bc",
|
||||
kernels .. "orx_p_210411_210510_xq006_od297_v05.bc",
|
||||
kernels .. "orx_p_210509_210513_xr001_adm_final_mod_od311_v01.bc",
|
||||
kernels .. "orx_p_210509_210607_xr001_od298_v00.bc",
|
||||
kernels .. "orx_p_230824_231008_src_release_od298_v00.bc",
|
||||
kernels .. "OREX_20160904_M45_complete.bsp",
|
||||
kernels .. "OREX_20160908_M60_complete.bsp",
|
||||
kernels .. "orx_struct_polycam_v01.bc",
|
||||
kernels .. "de424.bsp",
|
||||
kernels .. "bennu_refdrmc_v1.bsp",
|
||||
kernels .. "orx_160908_231024_pgaa2_day06m60.bsp",
|
||||
kernels .. "orx_160908_231024_pgaa3_day06m60_v1.bsp",
|
||||
kernels .. "orx_160909_161228_160919_od005_tcm1_v2.bsp",
|
||||
kernels .. "orx_160909_161228_160930_od006_tcm1_v1.bsp",
|
||||
kernels .. "orx_160909_170101_160912_od004_v1.bsp",
|
||||
kernels .. "orx_160909_170101_161010_od008_v1.bsp",
|
||||
kernels .. "spk_orx_160908_231024_pgaa2_day06m60_v3.bsp",
|
||||
kernels .. "orx_160909_231024_refod009_v2.bsp",
|
||||
kernels .. "orx_171006_231024_171005_refod027_v1.bsp",
|
||||
kernels .. "orx_180301_200101_180711_od037-R-AM1-P-M17B_v2.bsp",
|
||||
kernels .. "orx_180801_181219_181128_od066-N-M0P-L-VC1_v1.bsp",
|
||||
kernels .. "orx_191101_200407_191202_od204-R-R1P1-P-R3R_v1.bsp",
|
||||
kernels .. "orx_201020_210524_210103_od297-N-PTO1-F_v1.bsp",
|
||||
kernels .. "orx_201020_210601_201109_od295-R_v1.bsp",
|
||||
kernels .. "orx_201020_201110_201021_od293-N_v1.bsp",
|
||||
kernels .. "orx_201005_201201_200615_od258-R-T1P1-P-T1R1_v1.bsp",
|
||||
kernels .. "orx_201005_201201_200615_od258-C-T1P1-P-T1R5_v2.bsp",
|
||||
kernels .. "orx_210115_210701_210426_od310-N-ADM-P_v1.bsp",
|
||||
kernels .. "orx_210408_210701_210503_od311-N-ADM-F_v1.bsp",
|
||||
kernels .. "orx_210509_231025_210119_od298-R-ADM1-P-DB1_v1.bsp"
|
||||
}
|
||||
|
||||
asset.export('kernels', OsirisRexKernels)
|
||||
|
||||
@@ -48,7 +48,7 @@ local OsirisRex = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "OSIRIS-REX",
|
||||
GeometryFile = models .. "/orx_base_resized_12_sep_2016.obj",
|
||||
GeometryFile = models .. "orx_base_resized_12_sep_2016.obj",
|
||||
LightSources = LightSources
|
||||
},
|
||||
GUI = {
|
||||
@@ -74,7 +74,7 @@ local PolyCam = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "OSIRIS-REX",
|
||||
GeometryFile = models .. "/orx_polycam_resized_12_sep_2016.obj",
|
||||
GeometryFile = models .. "orx_polycam_resized_12_sep_2016.obj",
|
||||
LightSources = LightSources
|
||||
},
|
||||
GUI = {
|
||||
@@ -89,7 +89,7 @@ local Rexis = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "OSIRIS-REX",
|
||||
GeometryFile = models .. "/orx_rexis_resized_12_sep_2016.obj",
|
||||
GeometryFile = models .. "orx_rexis_resized_12_sep_2016.obj",
|
||||
LightSources = LightSources
|
||||
},
|
||||
Transform = {
|
||||
|
||||
@@ -54,7 +54,7 @@ local Body = {
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "MARS SCIENCE LABORATORY",
|
||||
GeometryFile = models .. "/Perseverance.obj",
|
||||
GeometryFile = models .. "Perseverance.obj",
|
||||
LightSources = LightSources,
|
||||
PerformShading = false,
|
||||
RotationVector = {65.940000,201.389999,263.980011}
|
||||
|
||||
@@ -13,15 +13,15 @@ local kernels = asset.syncedResource({
|
||||
local perseverance_id = "-168"
|
||||
|
||||
local m2020_kernels = {
|
||||
kernels .. "/m2020.tf",
|
||||
kernels .. "m2020.tf",
|
||||
|
||||
kernels .. "/m2020.tls",
|
||||
kernels .. "/naif0012.tls",
|
||||
kernels .. "m2020.tls",
|
||||
kernels .. "naif0012.tls",
|
||||
|
||||
kernels .. "/m2020.tsc",
|
||||
kernels .. "m2020.tsc",
|
||||
|
||||
kernels .. "/m2020_FMAresponse_JEZ_20200717_P000.cruise.bsp",
|
||||
kernels .. "/m2020_FMAresponse_JEZ_20200717_P000.edl.bsp"
|
||||
kernels .. "m2020_FMAresponse_JEZ_20200717_P000.cruise.bsp",
|
||||
kernels .. "m2020_FMAresponse_JEZ_20200717_P000.edl.bsp"
|
||||
}
|
||||
|
||||
local startTime = "2020 JUL 17 13:56:42"
|
||||
|
||||
@@ -10,7 +10,7 @@ local kernelsFolder = asset.syncedResource({
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local kernelsList = {kernelsFolder .. '/p10-a.bsp'}
|
||||
local kernelsList = {kernelsFolder .. 'p10-a.bsp'}
|
||||
|
||||
local Pioneer10NAIF = "-23"
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ local kernelsFolder = asset.syncedResource({
|
||||
})
|
||||
|
||||
local kernelsList = {
|
||||
kernelsFolder .. '/p11-a.bsp',
|
||||
kernelsFolder .. '/p11_sat336.bsp'
|
||||
kernelsFolder .. 'p11-a.bsp',
|
||||
kernelsFolder .. 'p11_sat336.bsp'
|
||||
}
|
||||
|
||||
local Pioneer11NAIF = "-24"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user