mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 17:09:05 -05:00
Update hudf image with north arrow and licence info
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user