fix: decouple hand tracking from crosshair focus

This commit is contained in:
Tom Boullay
2026-04-29 11:13:11 +02:00
parent 882f3cc71b
commit 7958b2c62a
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;
}