increase the default DebugWristTrackerGizmoLength value in the plugin's settings

This commit is contained in:
Mamadou Babaei
2023-04-20 17:44:19 +02:00
parent 2aa342c34b
commit 032a971620
@@ -94,7 +94,7 @@ USGSettings::USGSettings()
TrackingHardwareRotationOffsetRightHand = FRotator::ZeroRotator; TrackingHardwareRotationOffsetRightHand = FRotator::ZeroRotator;
bDrawDebugWristTrackerGizmo = false; bDrawDebugWristTrackerGizmo = false;
DebugWristTrackerGizmoLength = 1.0f; DebugWristTrackerGizmoLength = 4.0f;
DebugWristTrackerGizmoXAxisColor = FColor(1.0f, 0.0f, 0.0f, 1.0f); DebugWristTrackerGizmoXAxisColor = FColor(1.0f, 0.0f, 0.0f, 1.0f);
DebugWristTrackerGizmoYAxisColor = FColor(0.0f, 1.0f, 0.0f, 1.0f); DebugWristTrackerGizmoYAxisColor = FColor(0.0f, 1.0f, 0.0f, 1.0f);
DebugWristTrackerGizmoZAxisColor = FColor(0.0f, 0.0f, 1.0f, 1.0f); DebugWristTrackerGizmoZAxisColor = FColor(0.0f, 0.0f, 1.0f, 1.0f);