fix: decouple hand tracking from crosshair focus

This commit is contained in:
Tom Boullay
2026-04-29 11:13:11 +02:00
parent fffabc01c2
commit 5b14a1d971
5 changed files with 73 additions and 6 deletions
+2
View File
@@ -19,5 +19,7 @@ export type InteractableHandle =
export interface InteractionSnapshot {
focused: InteractableHandle | null;
nearby: boolean;
holding: boolean;
handHolding: boolean;
}