fix to XY-axis issue with zoom/roll, change to three-finger-case

This commit is contained in:
Jonathan Bosson
2017-05-16 17:15:35 -06:00
parent 7e1514d165
commit 3a93825979
4 changed files with 51 additions and 33 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
-- For unit test
openspace.time.setTime("2016 SEP 8 23:00:00.500")
openspace.time.togglePause()
--openspace.time.setTime("2016 SEP 8 23:00:00.500")
--openspace.time.togglePause()
--openspace.time.setTime(openspace.time.currentWallTime())
openspace.time.setTime(openspace.time.currentWallTime())
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))