Replies: 1 comment
-
I've never used rvio so I don't know if it is possible at all, but I did spot a comment at the top of this file that mentions rvio not supporting modes: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we have added some OpenGL overlays in our RV mode. The OpeGL code is placed in the following function in our RV mode (in Python):
def render(self, event):
...
We are able to see the overlays in RV, but it looks like it is not working in RVIO. Is there a way to enable these overlays in RVIO? Or do we have to use a different approach for RVIO?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions