Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tjhorner opened this issue Nov 20, 2020 · 0 comments
Open

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

tjhorner opened this issue Nov 20, 2020 · 0 comments
Assignees

Comments

@tjhorner
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant