mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Added image plane projection + shaders and dynamic ephemeris.
The plane projection is now hard coded to target until it can be returned from imagesequencer. The dynamic ephemeris is not used for this at the moment but will come in handy later on.
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
openspace.setInvertRoll(true);
|
||||
--openspace.setInteractionSensitivity(10) -- This is the default value for the sensitivity (the higher, the more sensitive)
|
||||
|
||||
openspace.time.setTime("2007 FEB 27 16:40:00") -- This is the start time for a Jupiter run of New Horizons
|
||||
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!
|
||||
|
||||
openspace.time.setDeltaTime(10) -- How many seconds pass per second of realtime, changeable in the GUI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user