Small fixes

This commit is contained in:
Malin E
2021-09-29 13:35:56 +02:00
parent d582af6475
commit 33556fef22
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ local L2Small = {
Enabled = false,
Type = "RenderablePlaneImageLocal",
RenderableType = "Opaque",
Billboard = false,
Billboard = true,
Size = 400E4,
Texture = circle .. "/circle.png",
BlendMode = "Additive"

View File

@@ -46,7 +46,7 @@
"identifier": "profile.set.2018_launch",
"is_local": false,
"name": "Set to 2018 launch time",
"script": "openspace.time.setTime('2018-10-01T14:06:03')"
"script": "openspace.time.setTime('2018-10-01T14:06:03'); openspace.time.setDeltaTime(1)"
},
{
"documentation": "Set the time to the 2021 launch time of JWST",
@@ -54,7 +54,7 @@
"identifier": "profile.set.2021_launch",
"is_local": false,
"name": "Set to 2021 launch time",
"script": "openspace.time.setTime('2021-12-18T14:06:03')"
"script": "openspace.time.setTime('2021-12-18T14:06:03'); openspace.time.setDeltaTime(1)"
}
],
"assets": [