mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-11 22:20:47 -06:00
Add description to Propertys
This commit is contained in:
@@ -55,7 +55,7 @@ namespace openspace::interaction {
|
||||
NavigationHandler::NavigationHandler()
|
||||
: properties::PropertyOwner("NavigationHandler")
|
||||
, _origin("origin", "Origin", "")
|
||||
, _useKeyFrameInteraction("useKeyFrameInteraction", "Use keyframe interaction", false)
|
||||
, _useKeyFrameInteraction("useKeyFrameInteraction", "Use keyframe interaction", "", false) // @TODO Missing documentation
|
||||
{
|
||||
_origin.onChange([this]() {
|
||||
SceneGraphNode* node = sceneGraphNode(_origin.value());
|
||||
|
||||
Reference in New Issue
Block a user