kwahoo2
kwahoo2
Hi, I am trying to get a headless session (without the compositor) with the XR_MND_headless extension. I modified the example script a bit: ``` import time import xr available =...
### Dependencies - This Addon/workbench runs on: - [x] Most up to date stable release - [x] Most up to date development release - [x] Python 3 compatible - [x]...
Required by the Virtual Reality XR Workbench https://github.com/FreeCAD/FreeCAD-addons/issues/316
This is fix for things breaking in FreeCAD 1.0, discussed here: https://github.com/DualSPHysics/DesignSPHysics/issues/218#issuecomment-2351518554 1. Version check with decimal point now. 2. The macro does not assume anymore that the first QtGui.QSplitter...
Same as existing method for mouse picking, but aimed for motion/VR controllers. Works 3D space (eg. 2 vectors) instead of screen space (pixels). Demo in the post https://forum.freecad.org/viewtopic.php?p=660591#p660591
Hi, If I understand correctly, to run an OpenXR app in Linux/Wayland (with Monado or SteamVR) [XrGraphicsBindingEGLMNDX](https://registry.khronos.org/OpenXR/specs/1.1/man/html/XrGraphicsBindingEGLMNDX.html) is required. It is provided by [XR_MNDX_egl_enable](https://registry.khronos.org/OpenXR/specs/1.1/man/html/XR_MNDX_egl_enable.html) xr-video-player implementation can give some hints...
Hello, During test compilation ('make' step) I get a lot of errors for undefined types like: ``` [ 29%] Building CXX object tests/CMakeFiles/a.dir/a.cpp.o In file included from /home/adi/OpenXR-Hpp/build/include/openxr/openxr.hpp:174, from /home/adi/OpenXR-Hpp/tests/a.cpp:2:...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description Hi, This seems to be a recent regression. To reproduce: 1....