mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 21:18:32 -05:00
Start addressing PR comments
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user