classes/class_xrinterface #303
Replies: 1 comment
-
|
The trigger_haptic_pulse function has a weird definition for tracker_name. Specifically, it refers to the OpenXR pathname for a specific tracker. The simple answer is if you want left and right controllers, set the tracker_name to "user/hand/left" and "user/hand/right" respectively. The longer answer is to read chapter 6.3 of the OpenXR specification: https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#semantic-paths-interaction-profiles |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_xrinterface
Inherits: RefCounted< Object Inherited By: MobileVRInterface, OpenXRInterface, WebXRInterface, XRInterfaceExtension Base class for an XR interface implementation. Description: This class needs to b...
https://docs.godotengine.org/en/latest/classes/class_xrinterface.html
Beta Was this translation helpful? Give feedback.
All reactions