-
Notifications
You must be signed in to change notification settings - Fork 0
Spatial Input and Controller Mapping #29
Copy link
Copy link
Open
Description
lucamazzza
opened on Dec 27, 2025
Issue body actions
- Description: A module that tracks the 3D position of handheld controllers and maps their buttons/joysticks to engine-level "Actions".
-
Acceptance Criteria:
- Provide real-time
$x$ ,$y$ ,$z$ and rotation data for both Left and Right controllers. - The user should be able to map "Trigger Squeeze" to a generic "UseItem" event without hardcoding specific hardware buttons.
- The extension must provide a way to "attach" a 3D mesh (like a hand or a sword) to the controller’s transform nodes.
- Include a function to trigger vibration (haptics) on the controllers with variable duration and intensity.
- Provide real-time
Reactions are currently unavailable