Update default values for some DU assets

This commit is contained in:
Alexander Bock
2017-12-29 20:25:12 +01:00
parent dcfef3557f
commit 2d2bd4518f
4 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ local planck = {
Enabled = false,
Size = 3975.41417036064E23,
Segments = 80,
Alpha = 0.5,
Alpha = 0.3,
Texture = textures .. "/cmb4k.jpg",
Orientation = "Inside/Outside",
FadeInThreshould = 8E26

View File

@@ -28,8 +28,8 @@ local object = {
Unit = "Mpc",
ScaleFactor = 537.31,
-- Fade in value in the same unit as "Unit"
FadeInDistances = { 300.0, 1000.0 },
BillboardMaxSize = 50.0,
FadeInDistances = { 1000.0, 10000.0 },
BillboardMaxSize = 30.0,
BillboardMinSize = 0.0,
},
GuiPath = "/Universe/Quasars"

View File

@@ -31,7 +31,7 @@ local object = {
Texture = textures .. "/point3.png",
Unit = "Mpc",
-- Fade in value in the same unit as "Unit"
FadeInDistances = { 45.0, 90.0 },
FadeInDistances = { 220.0, 650.0 },
BillboardMaxSize = 50.0,
BillboardMinSize = 0.0,
TextSize = 14.8,

View File

@@ -41,7 +41,7 @@ local tullyPoints = {
},
Unit = "Mpc",
-- Fade in value in the same unit as "Unit"
FadeInDistances = {0.05, 1.0},
FadeInDistances = { 0.05, 1.0 },
-- Max size in pixels
BillboardMaxSize = 50.0,
BillboardMinSize = 0.0,