Default startup + renderengine fixes

Added interesting times for Dawn and Rosetta in default startup script.
Fixed coordinate system switch to Vesta, commented for demo but needed for
development.
This commit is contained in:
Anton Arbring
2015-05-04 19:52:56 -04:00
parent 17064a92d5
commit f8d6f42f44
2 changed files with 33 additions and 8 deletions

View File

@@ -9,6 +9,10 @@ openspace.setInvertRoll(true);
--openspace.time.setTime("2007 FEB 28 03:45:00") -- Io Capture!
--openspace.time.setTime("2011 AUG 6 07:15:00") -- Dawn @ Vestaprojection
--openspace.time.setTime("2014 AUG 28 03:45:00") -- Rosetta Travels 67p in triangular shape
openspace.time.setDeltaTime(10) -- How many seconds pass per second of realtime, changeable in the GUI
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua')) -- Load the default keybindings