Start addressing PR comments

This commit is contained in:
Malin E
2022-08-26 16:58:48 +02:00
parent 40267804bd
commit 41d52f7f04
12 changed files with 141 additions and 134 deletions
@@ -16,8 +16,8 @@ local object = {
Type = "RenderableConstellationBounds",
Enabled = false,
File = data .. "bound_20.dat",
ConstellationNamesFile = data .. "constellations.dat",
-- ConstellationSelection = zodiacs
NamesFile = data .. "constellations.dat",
-- Selection = zodiacs
},
Transform = {
Rotation = {
@@ -18,15 +18,15 @@ local constellationsExtragalactic = {
Opacity = 0.4,
File = speck .. "constellationsEXGAL.speck",
LabelFile = speck .. "constellationsEXGAL.label",
ConstellationNamesFile = speck .. "constellations.dat",
NamesFile = speck .. "constellations.dat",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.4,
TextSize = 20.0,
TextMinMaxSize = { 20, 30 },
ConstellationColor = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
Colors = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
LabelUnit = "Mpc",
ConstellationUnit = "Mpc",
-- ConstellationSelection = zodiacs
LineUnit = "Mpc",
-- Selection = zodiacs
},
GUI = {
Name = "Constellations (Extragalactic)",
@@ -42,15 +42,15 @@ local constellations = {
Opacity = 0.3,
File = speck .. "constellations.speck",
LabelFile = speck .. "constellations.label",
ConstellationNamesFile = speck .. "constellations.dat",
NamesFile = speck .. "constellations.dat",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.3,
TextSize = 14.5,
TextMinMaxSize = { 8, 170 },
ConstellationColor = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
Colors = { { 0.6, 0.4, 0.4 }, { 0.8, 0.0, 0.0 }, { 0.0, 0.3, 0.8 } },
LabelUnit = "pc",
ConstellationUnit = "pc",
-- ConstellationSelection = zodiacs
LineUnit = "pc",
-- Selection = zodiacs
},
GUI = {
Name = "Constellations",