update hand gizmos to include the local axes

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-12-20 03:54:28 +01:00
parent f2706b1416
commit 869fd98d7f

View File

@@ -30,6 +30,7 @@ fn draw_hand_gizmos(
rotation: pose.rotation,
};
gizmos.sphere(pose, **radius, gizmo_color(bone));
gizmos.axes(pose, **radius);
}
}