fix: decouple hand tracking from crosshair focus
This commit is contained in:
@@ -19,5 +19,7 @@ export type InteractableHandle =
|
||||
|
||||
export interface InteractionSnapshot {
|
||||
focused: InteractableHandle | null;
|
||||
nearby: boolean;
|
||||
holding: boolean;
|
||||
handHolding: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user