rajetic / auto_oculus_touch

Tools to allow AutoHotKey to read the state of the Oculus Touch controllers.
95 stars 19 forks source link

Positional X,Y,Z, are unable to reorient #24

Open DawsSangio opened 3 years ago

DawsSangio commented 3 years ago

I made a script for War Thunder who use vJoy to map touch movement to move stick and thottle , similar to ultrawings. I was succeffully able to use gyro rotations: roll pitch and yaw, but my attemp to use X,Y,Z positional movement is stuck to a problem. I can't find a way to reorient this axis If I reset my view direction in game. It seems the orientation is always the one of the original guradian setup.

ResetFacing(controller) only affects the yaw zero value not the X,Y,Z axis orientation.

BTW, like your work, thanks!