mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 14:59:31 -05:00
Use the new labels for the Constellations
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user