mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Renderable trail now acts like planet ephemeris, not yet finished. Need to work on objectloader
6 lines
240 B
Lua
6 lines
240 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(20000000.0)
|
|
|
|
print(openspace.time.currentTimeUTC())
|