Changed to accpet text label updating. Added super-fine controls for fading effects.

This commit is contained in:
Jonathas Costa
2019-12-08 18:44:08 -05:00
parent 63470f03ec
commit 6432f484c4
3 changed files with 328 additions and 54 deletions
@@ -312,6 +312,13 @@ local EarthLabel = {
LabelMinSize = 1.0,
LabelOrientationOption = "Camera View Direction",
BlendMode = "Additive",
EnableFading = true,
FadeStartUnit = "au",
FadeStartDistance = 1.5,
FadeStartSpeed = 1.0,
FadeEndUnit = "au",
FadeEndDistance = 15.0,
FadeEndSpeed = 25.0,
TransformationMatrix = {
1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,