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
718 stars 138 forks source link

Implementing relative locomotion (treadmill) #36

Open JabberwockPL opened 6 years ago

JabberwockPL commented 6 years ago

Would it be possible to use OVRIE to emulate a relative locomotion device such as treadmill? That is, the movement is not tracked with absolute coordinates, but rather changed relatively, e.g. by walking in place.

I cannot find any relevant information in the openVR documentation, yet it seems possible, in such devices as 3dRudder.

pottedmeat7 commented 6 years ago

Check out my fork of this project for using walking in place to virtually apply movement https://github.com/pottedmeat7/OpenVR-WalkInPlace