Changed default label's orientation.

This commit is contained in:
Jonathas Costa
2019-11-25 13:30:39 -05:00
parent dfb08b98e5
commit ef2d14d7fa
9 changed files with 12 additions and 3 deletions
@@ -83,6 +83,7 @@ local PlutoLabel = {
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
BlendMode = "Additive",
LabelOrientationOption = "Camera View Direction",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
@@ -92,7 +93,7 @@ local PlutoLabel = {
},
GUI = {
Name = "Pluto Label",
Path = "/Solar System/Planets/Pluto"
Path = "/Solar System/Dwarf Planets/Pluto"
}
}
@@ -310,11 +310,12 @@ local EarthLabel = {
LabelSize = 8.6,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, -8.0E6,
1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 1.0, 1.0E7,
0.0, 0.0, 1.0, 0.0,
0.0, 0.0, 0.0, 1.0
},
},
@@ -65,6 +65,7 @@ local JupiterLabel = {
LabelSize = 8.6,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
@@ -210,6 +210,7 @@ local MarsLabel = {
LabelSize = 8.5,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, -8.0E6,
@@ -246,6 +246,7 @@ local MercuryLabel = {
LabelSize = 8.3,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
@@ -63,6 +63,7 @@ local NeptuneLabel = {
LabelSize = 8.8,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
@@ -81,6 +81,7 @@ local SaturnLabel = {
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
BlendMode = "Additive",
LabelOrientationOption = "Camera View Direction",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
@@ -65,6 +65,7 @@ local UranusLabel = {
LabelSize = 8.7,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
@@ -87,6 +87,7 @@ local VenusLabel = {
LabelSize = 8.4,
LabelMaxSize = 100.0,
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,