Update hudf image with north arrow and licence info

This commit is contained in:
Malin E
2021-09-27 14:06:42 +02:00
parent eee84c3087
commit a7bbea3fca
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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/<br>
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.<br>
https://creativecommons.org/licenses/by/4.0/
]],
Identifiers = {"HUDFImage"}
}