Tidying up.

This commit is contained in:
michal
2014-11-28 14:41:59 -05:00
parent b9fce1f933
commit a5c232eb88
36 changed files with 414 additions and 2245 deletions

View File

@@ -1,11 +1,11 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.time.setTime("2007-02-28T11:48:00.00")
openspace.time.setTime("2007-02-26T17:30:00")
--openspace.time.setTime("2006-08-22T20:00:00")
--openspace.time.setDeltaTime(200000.0)
--openspace.time.setDeltaTime(84600.00)
--openspace.time.setDeltaTime(3600)
openspace.time.setDeltaTime(10.0)
--openspace.time.setDeltaTime(5000.00)
--openspace.time.setDeltaTime(864000)
openspace.time.setDeltaTime(100.0)
-- print(openspace.time.currentTimeUTC())
@@ -14,4 +14,4 @@ function loadKeyBindings()
p = openspace.absPath('${SCRIPTS}/bind_keys.lua')
dofile(p)
end
loadKeyBindings()
loadKeyBindings()