update hand gizmos to include the local axes
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ fn draw_hand_gizmos(
|
|||||||
rotation: pose.rotation,
|
rotation: pose.rotation,
|
||||||
};
|
};
|
||||||
gizmos.sphere(pose, **radius, gizmo_color(bone));
|
gizmos.sphere(pose, **radius, gizmo_color(bone));
|
||||||
|
gizmos.axes(pose, **radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user