feat(suis/hand): distance per joint
This commit is contained in:
@@ -20,6 +20,7 @@ fn convert_joint(joint: HandJoint) -> Joint {
|
||||
position: joint.position.into(),
|
||||
rotation: joint.orientation.into(),
|
||||
radius: joint.radius,
|
||||
distance: 0.0,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user