Use the new labels for the Constellations

This commit is contained in:
Malin E
2022-09-02 14:15:02 +02:00
parent 55a8d19935
commit a28814117e
7 changed files with 77 additions and 223 deletions
@@ -15,17 +15,19 @@ local constellationsExtragalactic = {
Renderable = {
Type = "RenderableConstellationLines",
Enabled = false,
Labels = {
File = speck .. "constellationsEXGAL.label",
Opacity = 0.4,
Color = { 0.8, 0.8, 0.8 },
Size = 20.0,
MinMaxSize = { 20, 30 },
Unit = "Mpc",
},
Opacity = 0.4,
File = speck .. "constellationsEXGAL.speck",
LabelFile = speck .. "constellationsEXGAL.label",
NamesFile = speck .. "constellations.dat",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.4,
TextSize = 20.0,
TextMinMaxSize = { 20, 30 },
Colors = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
LabelUnit = "Mpc",
LineUnit = "Mpc",
Unit = "Mpc",
-- Selection = zodiacs
},
GUI = {
@@ -39,17 +41,19 @@ local constellations = {
Renderable = {
Type = "RenderableConstellationLines",
Enabled = false,
Labels = {
File = speck .. "constellations.label",
Opacity = 0.3,
Color = { 0.8, 0.8, 0.8 },
Size = 14.5,
MinMaxSize = { 8, 170 },
Unit = "pc",
},
Opacity = 0.3,
File = speck .. "constellations.speck",
LabelFile = speck .. "constellations.label",
NamesFile = speck .. "constellations.dat",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.3,
TextSize = 14.5,
TextMinMaxSize = { 8, 170 },
Colors = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
LabelUnit = "pc",
LineUnit = "pc",
Unit = "pc",
-- Selection = zodiacs
},
GUI = {