mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Add funciton and keybinding to stop playing a path
This commit is contained in:
@@ -69,6 +69,14 @@ local Keybindings = {
|
||||
GuiPath = "/Interaction",
|
||||
Local = false
|
||||
},
|
||||
{
|
||||
Key = "Q",
|
||||
Name = "Stop camera path",
|
||||
Command = "openspace.autonavigation.stopPath()",
|
||||
Documentation = "Stop a camera path.",
|
||||
GuiPath = "/Interaction",
|
||||
Local = false
|
||||
},
|
||||
}
|
||||
|
||||
asset.onInitialize(function ()
|
||||
|
||||
Reference in New Issue
Block a user