Add bool property to toggle follow anchor node rotation (#1839)

And make property title formatting more consistent

closes #1822
This commit is contained in:
Emma Broman
2022-01-18 14:08:26 +01:00
committed by GitHub
parent 2ed8113047
commit c89599ab64
2 changed files with 24 additions and 12 deletions
@@ -148,6 +148,7 @@ private:
// Reset camera direction to the aim node.
properties::TriggerProperty _retargetAim;
properties::BoolProperty _followAnchorNodeRotation;
properties::FloatProperty _followAnchorNodeRotationDistance;
properties::FloatProperty _minimumAllowedDistance;