mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Use correct property identifier in JWST profile
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"additional_scripts": [
|
||||
"openspace.setPropertyValue(\"Scene.MoonTrail.Renderable.Appearance.Color\", {0.7, 0.5, 0.5});"
|
||||
],
|
||||
"assets": [
|
||||
"base",
|
||||
"base_keybindings",
|
||||
@@ -248,9 +245,14 @@
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"name": "Scene.Earth.Renderable.Layers.ColorLayers.VIIRS_NOAA20_Temporal.Enabled",
|
||||
"name": "Scene.Earth.Renderable.Layers.ColorLayers.Temporal_NOAA20_VIIRS.Enabled",
|
||||
"type": "setPropertyValueSingle",
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"name": "Scene.MoonTrail.Renderable.Appearance.Color",
|
||||
"type": "setPropertyValueSingle",
|
||||
"value": "{0.7, 0.5, 0.5}"
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
|
||||
Reference in New Issue
Block a user