MichaelJW / DorsalVR

VR interface for PC games
67 stars 7 forks source link

Add a second DSU output for the HMD #1

Closed iwubcode closed 3 years ago

iwubcode commented 3 years ago

Thank you for the kind words in the 'thanks' section. I love that you're working on this.

Unfortunately, I don't have a VR device of my own (yet!), so I can only look at your documentation for information.

I didn't see how you are doing head rotation / positional movement. If you aren't doing that yet, you might be interested in my PR: https://github.com/dolphin-emu/dolphin/pull/8747 which allows you to control FreeLook via a motion source. So in preparation for that, it may be useful if you expose the HMD as a second DSU. You could then have head rotation! Combine that with a shader to post-process the output (coming soon) and we might be able to get close to a true VR setup.

iwubcode commented 3 years ago

As discussed, this isn't needed since the HMD is already being sent down via a separate "controller".