Ayaskant Panigrahi
Ayaskant Panigrahi
Addresses Issue #236 Enhancement to allow for selectively updating only component values from gamepad when updates to visual response weights are not required (for example, when visuals are managed independently...
The current implementation of Components in motion-controllers package updates [both values and visuals inside updateFromGamepad](https://github.com/immersive-web/webxr-input-profiles/blob/main/packages/motion-controllers/src/components.js#L50). However, in some cases developers might be interested in updating the components with the latest...
Related issue: #21039 **Description** This addition makes the creation of dynamic WebXR controller input events easier, based on [WebXR Input Profiles](https://github.com/immersive-web/webxr-input-profiles) and the [Motion Controllers library](https://www.npmjs.com/package/@webxr-input-profiles/motion-controllers). **Usage** ```js let inputEventsDispatcher...
**Is your feature request related to a problem? Please describe.** Not really related to a problem, but it would be great if we could directly live stream from a Switch....
@bbohlender Great work on this library! I am trying to create a simple WebXR demo with persistent anchors. I noticed quite a bit of commented-out complete-looking code for supporting persistent...