Added tags to solar system planets for grouping functionality, and added scale property to some planets

This commit is contained in:
GPayne
2017-04-13 11:02:54 -06:00
parent d66561a1d3
commit bef3f2b652
8 changed files with 41 additions and 15 deletions
+6 -1
View File
@@ -35,12 +35,17 @@ return {
MieColor = {1.0, 1.0, 1.0}
}
},
Tag = {"planet_solarSystem", "planet_terrestrial"},
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_MARS",
DestinationFrame = "GALACTIC",
},
Scale = {
Type = "StaticScale",
Scale = 1,
},
}
},
-- MarsTrail module
@@ -57,7 +62,7 @@ return {
Color = { 0.814, 0.305, 0.220 },
Period = 686.973,
Resolution = 1000,
Tag = "defaultTrails"
Tag = {"planetTrail_solarSystem", "planetTrail_terrestrial"}
}
}
}