mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Change lua common script to toggle three types of interaction friction.
This commit is contained in:
@@ -17,8 +17,9 @@ helper.setCommonKeys = function()
|
||||
openspace.bindKey("COMMA", "openspace.setRenderer('Framebuffer');")
|
||||
openspace.bindKey("PERIOD", "openspace.setRenderer('ABuffer');")
|
||||
|
||||
openspace.bindKey("f", helper.property.invert('Interaction.rotationalFriction'))
|
||||
openspace.bindKey("Shift+f", helper.property.invert('Interaction.zoomFriction'))
|
||||
openspace.bindKey("f", helper.property.invert('Interaction.horizontalFriction'))
|
||||
openspace.bindKey("Shift+f", helper.property.invert('Interaction.rotationalFriction'))
|
||||
openspace.bindKey("Shift+Ctrl+f", helper.property.invert('Interaction.verticalFriction'))
|
||||
end
|
||||
|
||||
helper.setDeltaTimeKeys = function(t)
|
||||
|
||||
Reference in New Issue
Block a user