mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 16:59:37 -05:00
optimization for projections
This commit is contained in:
@@ -7,23 +7,22 @@ openspace.setInvertRoll(true);
|
||||
|
||||
--openspace.time.setTime("2007 FEB 27 16:30:00") -- This is the start time for a Jupiter run of New Horizons
|
||||
|
||||
--openspace.time.setTime("2007 FEB 28 03:45:00") -- Io Capture!
|
||||
--TESTING ALICE
|
||||
--openspace.time.setTime("2015-07-13T00:00:00.00")
|
||||
|
||||
--openspace.time.setTime("2015-07-14T08:00:00.00")
|
||||
|
||||
--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
|
||||
openspace.time.setDeltaTime(0) -- How many seconds pass per second of realtime, changeable in the GUI
|
||||
|
||||
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua')) -- Load the default keybindings
|
||||
|
||||
-- openspace.time.setDeltaTime(50);
|
||||
|
||||
openspace.time.setTime("2015-07-14T10:50:00.00") -- PLUTO
|
||||
--openspace.time.setTime("2015-07-14T12:00:00.00") -- PLUTO
|
||||
-- NH takes series of images from visible to dark side (across terminator)
|
||||
-- Sequence lasts ~10 mins, (recommended dt = 10)
|
||||
|
||||
--openspace.time.setTime("2015-07-14T11:22:00.00") -- PLUTO
|
||||
openspace.time.setTime("2015-07-14T11:22:00.00") -- PLUTO
|
||||
--BEAUTIFUL SEQUENCE -- NH takes series of images (same as previous)
|
||||
-- Sequence ends at 2015 JUL 14T11:24:00:000, (recommended dt = 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user