limit nodes that depend on the 2018 data to the valid timeframe

This commit is contained in:
Malin E
2021-09-29 13:06:28 +02:00
parent 6deac09604
commit d582af6475
2 changed files with 20 additions and 0 deletions
@@ -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",