Started documenting properties

Cleanup of Nagivationhandler properties
This commit is contained in:
Alexander Bock
2017-07-24 00:15:45 -04:00
parent 2e6465d888
commit 1a475ef570
15 changed files with 257 additions and 115 deletions
+6 -6
View File
@@ -52,19 +52,19 @@ helper.setCommonKeys = function()
openspace.bindKey(
"f",
helper.property.invert('NavigationHandler.OrbitalNavigator.HorizontalFriction'),
"Toggles the horizontal friction of the camera. If it is disabled, the camera rotates around the focus object indefinitely."
helper.property.invert('NavigationHandler.OrbitalNavigator.RotationalFriction'),
"Toggles the rotational friction of the camera. If it is disabled, the camera rotates around the focus object indefinitely."
)
openspace.bindKey(
"Shift+f",
helper.property.invert('NavigationHandler.OrbitalNavigator.VerticalFriction'),
"Toggles the vertical friction of the camera. If it is disabled, the camera rises up from or closes in towards the focus object indefinitely."
helper.property.invert('NavigationHandler.OrbitalNavigator.ZoomFriction'),
"Toggles the zoom friction of the camera. If it is disabled, the camera rises up from or closes in towards the focus object indefinitely."
)
openspace.bindKey(
"Ctrl+f",
helper.property.invert('NavigationHandler.OrbitalNavigator.RotationalFriction'),
"Toggles the rotational friction of the camera. If it is disabled, the camera rotates around its own axis indefinitely."
helper.property.invert('NavigationHandler.OrbitalNavigator.RollFriction'),
"Toggles the roll friction of the camera. If it is disabled, the camera rolls around its own axis indefinitely."
)
openspace.bindKey(