More fixed for RenderableStars

Added screenshot button for F4
This commit is contained in:
Alexander Bock
2015-02-09 08:35:06 +01:00
parent 20de1169b5
commit 3a18d0c763
2 changed files with 12 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ interaction_speed = 2.75
openspace.bindKey("f1", "openspace.gui.toggle()")
openspace.bindKey("f2", "openspace.setPerformanceMeasurement(true)")
openspace.bindKey("f3", "openspace.setPerformanceMeasurement(false)")
openspace.bindKey("f4", "openspace.takeScreenshot()")
openspace.bindKey("f5", "loadKeyBindings()")
openspace.bindKey("T", "openspace.distance(-interaction_speed * openspace.dt(), 6.0)")