mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
6 lines
237 B
Lua
6 lines
237 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(86400.0)
|
|
|
|
print(openspace.time.currentTimeUTC())
|