Skip to content

XRInterface: Fix properties initial values between successive XR views

Some properties in the XR menu would not reset upon quitting and relaunching an XR session, despite the actual values being reset.
Additionally, the property "Show Floor" is now activated by default.
It has also been moved to the bottom left portion of the XR menu with the other general checkboxes.

Before:
image

After:
image

This MR also contains some classes code clean up.

Merge request reports