mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 17:51:35 -06:00
16 lines
477 B
Lua
16 lines
477 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2015-07-14T09:13:00.557") -- pluto
|
|
|
|
--openspace.time.setDeltaTime(200000.0)
|
|
--openspace.time.setDeltaTime(5000.00)
|
|
--openspace.time.setDeltaTime(864000)
|
|
openspace.time.setDeltaTime(0)
|
|
-- print(openspace.time.currentTimeUTC())
|
|
|
|
|
|
|
|
function loadKeyBindings()
|
|
p = openspace.absPath('${SCRIPTS}/bind_keys.lua')
|
|
dofile(p)
|
|
end
|
|
loadKeyBindings() |