Skip to content

Commit

Permalink
Fix skin indices dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Aug 1, 2024
1 parent 633f7dd commit e43b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class SkinnedMeshMessage(MeshMessage):

bone_wxyzs: Tuple[Tuple[float, float, float, float], ...]
bone_positions: Tuple[Tuple[float, float, float], ...]
skin_indices: onpt.NDArray[onp.uint32]
skin_indices: onpt.NDArray[onp.uint16]
skin_weights: onpt.NDArray[onp.float32]

def __post_init__(self):
Expand Down

0 comments on commit e43b4ac

Please sign in to comment.