Merge branch 'issue/637'

This commit is contained in:
Jonathas Costa
2018-07-05 14:14:54 -04:00
2 changed files with 3 additions and 2 deletions
@@ -29,7 +29,7 @@ local object = {
LabelFile = speck .. "/localdwarfs.label",
TextColor = { 0.3, 0.3, 1.0, 1.0 },
ScaleFactor = 478,
TextSize = 19.2,
TextSize = 18.3,
TextMinSize = 7.3,
Unit = "Mpc"
},
@@ -14,11 +14,12 @@ local object = {
Renderable = {
Type = "RenderableBillboardsCloud",
Enabled = false,
DrawLabels = true,
Color = { 1.0, 1.0, 1.0 },
Transparency = 0.65,
LabelFile = speck .. "/voids.label",
TextColor = { 0.0, 0.4, 0.7, 1.0 },
TextSize = 21.9,
TextSize = 20.9,
TextMinSize = 8.0,
Unit = "Mpc"
},