From a7bbea3fca5f26383c89db1ce26cd4487500bab0 Mon Sep 17 00:00:00 2001 From: Malin E Date: Mon, 27 Sep 2021 14:06:42 +0200 Subject: [PATCH] Update hudf image with north arrow and licence info --- data/assets/scene/solarsystem/missions/jwst/hudf.asset | 2 +- data/assets/scene/solarsystem/missions/jwst/image.asset | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/assets/scene/solarsystem/missions/jwst/hudf.asset b/data/assets/scene/solarsystem/missions/jwst/hudf.asset index 2769344a3a..7866a11f0b 100644 --- a/data/assets/scene/solarsystem/missions/jwst/hudf.asset +++ b/data/assets/scene/solarsystem/missions/jwst/hudf.asset @@ -39,7 +39,7 @@ local HUDFImage = { Name = "Hubble Ultra Deep Field", UseRadiusAzimuthElevation = true, FaceCamera = false, - RadiusAzimuthElevation = { 200.0, 0.5, 0.15 }, + RadiusAzimuthElevation = { 200.0, 0.5, 0.1 }, UsePerspectiveProjection = false, Opacity = 1.0, TexturePath = image .. "/Hubble_ultra_deep_field.png", diff --git a/data/assets/scene/solarsystem/missions/jwst/image.asset b/data/assets/scene/solarsystem/missions/jwst/image.asset index df9a72ca52..90cf189435 100644 --- a/data/assets/scene/solarsystem/missions/jwst/image.asset +++ b/data/assets/scene/solarsystem/missions/jwst/image.asset @@ -2,7 +2,7 @@ local image = asset.syncedResource({ Name = "HUDF image", Type = "HttpSynchronization", Identifier = "hudf_image", - Version = 2 + Version = 3 }) asset.export('image', image) @@ -14,9 +14,9 @@ asset.meta = { Author = "NASA, ESA, and S. Beckwith (STScI) and the HUDF Team", URL = "https://esahubble.org/images/heic0611b/", License = [[ - https://creativecommons.org/licenses/by/4.0/
Original image by NASA, ESA, and S. Beckwith (STScI) and the HUDF Team, - white frame added by OpenSpace Team. + white frame and red arrow added by OpenSpace Team.
+ https://creativecommons.org/licenses/by/4.0/ ]], Identifiers = {"HUDFImage"} }