I used a GPU module to create an interface in my VR view, but it won’t render.
It only renders in the 3D viewport, but not at all in the VR headset’s view.
What should I use to build the interface in the VR view?
Do I need to add or change any built-in operator functions?
I’m looking for a way to solve this with the Python API.
I see that some XR addons have created an interface. How do they do it?
The XR inspection core addon has Gizmo draw code using the GPU module.
At first, I thought this code was for a Gizmo that would be drawn on the VR screen.
However, after realizing that no matter how many values I changed and adjusted, nothing changed on the VR screen. I realized that this was not for the Gizmo that would be shown on the VR screen.