What's the easiest way to draw a sphere at a certain coordinate with PyopenVR?

90 views Asked by At

No texture required, pure color is ok, radius also doesn't matter

1

There are 1 answers

0
Oleg Vorobiov On

The easiest way would be to draw the sphere in OpenGL for OpenVR (literally the same way it's done for C++ OpenVR apps) and submit those frames to the OpenVR compositor.

Also did you check the examples provided with pyopenvr? They have a pretty good OpenGL example.