mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Removed some duplicate properties and merged some others
This commit is contained in:
@@ -26,7 +26,6 @@ local object = {
|
||||
},
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Opacity = 1.0,
|
||||
ScaleFactor = 10.0,
|
||||
Texture = textures .. "target-blue.png",
|
||||
File = speck .. "expl.speck",
|
||||
Unit = "pc",
|
||||
|
||||
@@ -39,9 +39,7 @@ local Station6Frag1Model = {
|
||||
Latitude = 20.2903,
|
||||
Altitude = -2562.6,
|
||||
UseHeightmap = false
|
||||
}
|
||||
},
|
||||
Transform = {
|
||||
},
|
||||
Scale = {
|
||||
Type = "StaticScale",
|
||||
Scale = 0.1
|
||||
|
||||
@@ -14,7 +14,6 @@ local landingData = {
|
||||
{
|
||||
Identifier = "Apollo11",
|
||||
Name = "Apollo 11",
|
||||
Name = "Apollo 11",
|
||||
Texture = "apollo11.png",
|
||||
LunarModule = { 0.67409, 23.47298, 0.0 }
|
||||
},
|
||||
|
||||
@@ -63,7 +63,6 @@ local quakebar_combined = {
|
||||
Name = Name .. " (Combined)",
|
||||
Enabled = asset.enabled,
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
Enabled = false,
|
||||
TexturePath = syncedDirectory .. "quakebar_combined.png",
|
||||
FaceCamera = false,
|
||||
Scale = 0.6,
|
||||
|
||||
@@ -40,10 +40,9 @@ function create_label(number)
|
||||
return {
|
||||
Identifier = Identifier .. "-" .. number,
|
||||
Name = Name .. " (" .. number .. ")",
|
||||
Enabled = asset.enabled,
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
Enabled = asset.enabled,
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
TexturePath = labelsDestination .. "lcc_" .. number .. ".jpg",
|
||||
Enabled = false,
|
||||
FaceCamera = false,
|
||||
CartesianPosition = { 0.75, 0.0, -2.0 }
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ local colorbar = {
|
||||
Enabled = asset.enabled,
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
TexturePath = syncedDirectory .. "colorbar.png",
|
||||
Enabled = false,
|
||||
FaceCamera = false,
|
||||
Scale = 0.07,
|
||||
CartesianPosition = { 1.0, 0.0, -2.0 }
|
||||
|
||||
@@ -47,7 +47,6 @@ local colorbar_human_impact = {
|
||||
Enabled = asset.enabled,
|
||||
Type = "ScreenSpaceImageLocal",
|
||||
TexturePath = syncedDirectory .. "HumanImpactColorbar.png",
|
||||
Enabled = false,
|
||||
FaceCamera = false,
|
||||
CartesianPosition = { 0.0, -0.5, -2.0 }
|
||||
}
|
||||
|
||||
@@ -22,11 +22,6 @@ local Venus = {
|
||||
Type = "SpiceRotation",
|
||||
SourceFrame = "IAU_VENUS",
|
||||
DestinationFrame = "GALACTIC"
|
||||
},
|
||||
Translation = {
|
||||
Type = "SpiceTranslation",
|
||||
Target = "VENUS",
|
||||
Observer = "VENUS BARYCENTER"
|
||||
}
|
||||
},
|
||||
Renderable = {
|
||||
|
||||
Reference in New Issue
Block a user