diff --git a/data/assets/scene/digitaluniverse/deepsky.asset b/data/assets/scene/digitaluniverse/deepsky.asset index af41b8d18c..66793c377f 100644 --- a/data/assets/scene/digitaluniverse/deepsky.asset +++ b/data/assets/scene/digitaluniverse/deepsky.asset @@ -43,6 +43,12 @@ local deepSkyPoints = { --CorrectionSizeFactor = 10.45 EnablePixelSizeControl = true }, + Transform = { + Rotation = { + Type = "StaticRotation", + Rotation = { 0, 0, 3.14159265359 } + } + }, GUI = { Name = "Deep Sky Objects Points", Path = "/Universe/Galaxies" @@ -66,6 +72,12 @@ local deepSkyImages = { --FadeInDistances = {0.001, 0.05010}, PlaneMinSize = 5.0 }, + Transform = { + Rotation = { + Type = "StaticRotation", + Rotation = {3.14159265359, 3.14159265359, 0 } + } + }, GUI = { Name = "Deep Sky Objects Images", Path = "/Universe/Galaxies"