mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-28 15:09:36 -06:00
Fix small JWST target images issue
This commit is contained in:
@@ -6,7 +6,7 @@ local CrabImage = {
|
||||
Name = "Crab Nebula",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "crab-nebula.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local HD84406Image = {
|
||||
Name = "HD 84406 Star",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "HD84406.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local HH212Image = {
|
||||
Name = "HH 212",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "hh212.png",
|
||||
|
||||
@@ -37,7 +37,7 @@ local HUDFImage = {
|
||||
Name = "Hubble Ultra Deep Field",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "Hubble_ultra_deep_field.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local M51Image = {
|
||||
Name = "M51 Galaxy",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "m51-galaxy.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local M82Image = {
|
||||
Name = "M82 Galaxy",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "m82-galaxy.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local OrionImage = {
|
||||
Name = "Orion Nebula",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.0 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.0 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "orion-nebula.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local RingImage = {
|
||||
Name = "Ring Nebula",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "ring-nebula.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local SN1987aImage = {
|
||||
Name = "Supernova SN 1987a",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.0 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.0 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "sn1987a.png",
|
||||
|
||||
@@ -6,7 +6,7 @@ local TrifidImage = {
|
||||
Name = "Trifid Nebula",
|
||||
UseRadiusAzimuthElevation = true,
|
||||
FaceCamera = false,
|
||||
RadiusAzimuthElevation = { 200.0, 0.5, 0.1 },
|
||||
RadiusAzimuthElevation = { 1.0, 0.5, 0.1 },
|
||||
UsePerspectiveProjection = false,
|
||||
Opacity = 1.0,
|
||||
TexturePath = image .. "trifid-nebula.png",
|
||||
|
||||
Reference in New Issue
Block a user