Removed some duplicate properties and merged some others

This commit is contained in:
Arohdin
2023-04-12 16:29:29 +02:00
parent 649442aca9
commit 416381eadd
8 changed files with 3 additions and 16 deletions

View File

@@ -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",

View File

@@ -39,9 +39,7 @@ local Station6Frag1Model = {
Latitude = 20.2903,
Altitude = -2562.6,
UseHeightmap = false
}
},
Transform = {
},
Scale = {
Type = "StaticScale",
Scale = 0.1

View File

@@ -14,7 +14,6 @@ local landingData = {
{
Identifier = "Apollo11",
Name = "Apollo 11",
Name = "Apollo 11",
Texture = "apollo11.png",
LunarModule = { 0.67409, 23.47298, 0.0 }
},

View File

@@ -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,

View File

@@ -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 }
}

View File

@@ -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 }

View File

@@ -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 }
}

View File

@@ -22,11 +22,6 @@ local Venus = {
Type = "SpiceRotation",
SourceFrame = "IAU_VENUS",
DestinationFrame = "GALACTIC"
},
Translation = {
Type = "SpiceTranslation",
Target = "VENUS",
Observer = "VENUS BARYCENTER"
}
},
Renderable = {