OVRTools / WhereIsForward

Tells you where forward is.
https://ovrtools.dev/projects/whereisforward
MIT License
11 stars 3 forks source link

Render arrow on-the-fly instead of setting to a static file #9

Open tjhorner opened 3 years ago

tjhorner commented 3 years ago

Right now, the arrow overlay is literally just a PNG that OpenVR directly reads, so we can't really do any fancy modifications to the arrow (e.g. color, transparency, etc.). This is fine for now, but if we want to introduce more customization options in the future we should implement something that generates the arrow in code then sends it to OpenVR as an OpenGL texture.

Can use the work from this repo as a starting point for the OpenGL implementation stuff.