Merge branch 'thesis/2018/dsn' of github.com:OpenSpace/OpenSpace into thesis/2018/dsn

This commit is contained in:
Lovisa Hassler
2019-01-22 14:19:14 -05:00

View File

@@ -79,13 +79,7 @@ local Keybindings = {
]],
Documentation = "Toggles visibility of the trails",
Local = false
},
{
Key = "j",
Command = "openspace.setPropertyValue('Scene.*Trail.Renderable.Enabled', false)",
Documentation = "Disables visibility of the trails",
Local = false
},
},
{
Key = "e",
Command = propertyHelper.invert('Scene.EquatorialSphere.Renderable.Enabled') ..