Rémi Arnaud
Rémi Arnaud
A Material is an effect instance, and can change values on the instaced effect. This PR introduces effect instances, and apply the material name to the instance, since this instance...
Thanks a lot for putting this together. Varjo just released 3.4 that includes the XR_HTCX_vive_tracker_interaction extension. When testing the OpenXRViveTracker I have the following problem: 1) xrCreateActionSet is called in...
as per the XR_HTCX_vive_tracker_interaction spec, both booleans and floats are available: _This interaction profile represents the input sources and haptics on the VIVE Tracker_. _Supported component paths:_ _• …/input/system/click (may...
https://github.com/ValveSoftware/openxr_engine_plugins/blob/272c1470b95677f6dd131e4d707ffa985fab1ffb/unreal_engine/ue4/OpenXRViveTracker/Source/OpenXRViveTracker/Private/OpenXRViveTracker.cpp#L200 I was wondering why calling xrEnumerateViveTrackerPathsHTCX but not using the result. also, wondering if it is intentional the event XR_TYPE_EVENT_DATA_SESSION_STATE_CHANGED (18) is ignored in OnEvent()