mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 17:51:35 -06:00
- Access the command input prompt with the § button on swedish keyboard layout. It is whatever key is corresponding to SGCT_KEY_BACKSLASH on other layouts.
9 lines
363 B
Lua
9 lines
363 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2007-02-26T12:00:00")
|
|
--openspace.time.setTime("2006-08-22T20:00:00")
|
|
|
|
--openspace.time.setDeltaTime(200000.0)
|
|
openspace.time.setDeltaTime(0.0)
|
|
--openspace.time.setDeltaTime(30000.0)
|
|
-- print(openspace.time.currentTimeUTC())
|