Julian Groß

Results 118 issues of Julian Groß

A test world is available here: https://metaverse.kuro.ryuu.eu/public/Bazaar/Worlds/ThroneRoom/throne.json Apparently, lightmap support broke between version 2025.03.3 and 2025.05.1

bug
regression

MNDX_xdev_space calibration appears to not take left or right offsets into account. Putting the tracker in the center of you back or belly works as expected. Putting it on your...

bug
OpenXR

Apparently, when running Overte through Monado and having `XRT_COMPOSITOR_COMPUTE=1` enabled on AMD graphics, the age-old colorspace conversion issue appears again. There used to be similar issues on SteamVR in the...

bug
Linux
third-party

Use OpenVR body tracking for everything OpenVR instead of a hardcoded list of HMDs. This also renames the OpenVR display option by appending "OpenVR: ". So the Valve Index display...

needs CR
needs QA

We lack viseme support, but unfortunately there doesn't seem to be any proper library for it. The industry standard is OVRLipSync which is closed source, proprietary, and doesn't support Linux....

enhancement

Fixes: https://github.com/overte-org/overte/issues/952 This only removes the caches and logs. It does not remove user data, like the settings. It also doesn't remove any server data, since it is unclear to...

Windows
NLnet

This PR digs macOS support back up. - Our current libnode version doesn't build on macOS. I could patch it, but the latest LTS from https://github.com/overte-org/overte/pull/1711 builds just fine, so...

macOS
NLnet

When I try to package something with `--exclude-library=libnss3.so`, ``libnss3.so` still gets included in the AppDir and AppImage. E.g.: ```bash ~/temp/linuxdeploy-x86_64.AppImage --appdir build/AppDir --executable build/interface/interface --exclude-library=libnss3.so --output appimage --plugin qt --icon-file...