matzman666 / OpenVR-InputEmulator

An OpenVR driver that allows to create virtual controllers, emulate controller input, manipulate poses of existing controllers and remap buttons. A client-side library that communicates with the driver via shared-memory is also included.
GNU General Public License v3.0
715 stars 136 forks source link

"Swap with" and "Redirect to" problem with InputEmulator SteamVR Fix for 11/28/18. #152

Open artimage25 opened 5 years ago

artimage25 commented 5 years ago

Hello, thank you very much for the InputEmulator SteamVR Fix for 11/28/18. With the latest update of SteamVR the functionality of "Device Offsets" works perfectly, being able to modify the "Live Tracker" pose. The functionality of "Swap with" and "Redirect to" between trackers and controllers also works correctly with a problem, the coordinates of the pose are correctly redirected and interchanged, but the same does not happen with the digital and analog inputs that remain in the original controllers/trackers without exchanging or redirecting, which makes this functionality has been incomplete. https://imgur.com/a/K9YRKGh Is there any way to solve it? Thank you very much and great work.