mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 19:50:03 -06:00
6 lines
276 B
Lua
6 lines
276 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2005-11-01T00:00:00")
|
|
openspace.time.setDeltaTime(200000.0)
|
|
--openspace.time.setDeltaTime(30000.0)
|
|
print(openspace.time.currentTimeUTC())
|