mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 20:50:19 -06:00
Small fixes
This commit is contained in:
@@ -11,7 +11,7 @@ local L2Small = {
|
||||
Enabled = false,
|
||||
Type = "RenderablePlaneImageLocal",
|
||||
RenderableType = "Opaque",
|
||||
Billboard = false,
|
||||
Billboard = true,
|
||||
Size = 400E4,
|
||||
Texture = circle .. "/circle.png",
|
||||
BlendMode = "Additive"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user