finallyfunctional / openvr-driver-example

This repository is an example on how to implement an Open VR driver that sends joystick and/or trackpad input to Open VR.
MIT License
63 stars 22 forks source link

Consult #3

Open DarthAhsoka opened 2 years ago

DarthAhsoka commented 2 years ago

Excuse me ! I study develop openvr driver from your sample and video, thank you very much, I have a few question in my ENV, using windows mixed reality and Samsung MR glass, When I enter the game, the device driver load successd, but In different games, the direction of movement is also different direction, like <The Walking Dead Saints & Sinners> game, driver move forward, game role forward, driver move back, game role back,
In Game driver move forward, game role back, driver move back, game role forward, the driver is , drive and reality move in opposite directions, How should this problem be solved. Thanks.