mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
limit nodes that depend on the 2018 data to the valid timeframe
This commit is contained in:
@@ -52,6 +52,11 @@ local HUDFImage = {
|
||||
|
||||
local HUDFJWSTLine = {
|
||||
Identifier = "HUDFJWSTLine",
|
||||
TimeFrame = {
|
||||
Type = "TimeFrameInterval",
|
||||
Start = "2018 OCT 01 14:06:03",
|
||||
End = "2021 OCT 01"
|
||||
},
|
||||
Parent = sunTransforms.SolarSystemBarycenter.Identifier,
|
||||
Renderable = {
|
||||
Enabled = false,
|
||||
|
||||
@@ -14,6 +14,11 @@ local band = asset.syncedResource({
|
||||
local JWSTBand = {
|
||||
Identifier = "JWSTBand",
|
||||
Parent = transforms.JWSTPosition.Identifier,
|
||||
TimeFrame = {
|
||||
Type = "TimeFrameInterval",
|
||||
Start = "2018 OCT 01 14:06:03",
|
||||
End = "2021 OCT 01"
|
||||
},
|
||||
Transform = {
|
||||
Rotation = {
|
||||
Type = "FixedRotation",
|
||||
@@ -84,6 +89,11 @@ local JWSTModel = {
|
||||
local JWSTFov = {
|
||||
Identifier = "JWSTFov",
|
||||
Parent = JWSTModel.Identifier,
|
||||
TimeFrame = {
|
||||
Type = "TimeFrameInterval",
|
||||
Start = "2018 OCT 01 14:06:03",
|
||||
End = "2021 OCT 01"
|
||||
},
|
||||
Renderable = {
|
||||
Enabled = false,
|
||||
Type = "RenderablePrism",
|
||||
@@ -113,6 +123,11 @@ local JWSTFov = {
|
||||
local JWSTLabel = {
|
||||
Identifier = "JWSTLabel",
|
||||
Parent = transforms.JWSTPosition.Identifier,
|
||||
TimeFrame = {
|
||||
Type = "TimeFrameInterval",
|
||||
Start = "2018 OCT 01 14:06:03",
|
||||
End = "2021 OCT 01"
|
||||
},
|
||||
Renderable = {
|
||||
Enabled = true,
|
||||
Type = "RenderableLabels",
|
||||
|
||||
Reference in New Issue
Block a user