OpenXR UI renderingGroupID > 1 hides cursor

Take a look at this simple UI in VR

When you move the controller ray over the UI the cursor dot won’t render.

If you set the renderingGroupId to 0 or 1 it will.

cc @docEdub

Thanks, I’ll look into it.

The XR renderingGroupID option can be set higher than the UI plane in this case:
https://playground.babylonjs.com/#O06SZ5#22