Updated OpenXR Skybox (markdown)

galister 2026-01-08 17:43:12 +00:00
parent ddd5bdf0bb
commit 08776deb61
1 changed files with 1 additions and 11 deletions

@ -2,11 +2,7 @@ WlxOverlay-S comes with a skybox for OpenXR.
# Turning off Pass-through
Some headsets will show a camera pass-through by default. If skybox is preferred, use the following to disable pass-through:
```bash
echo 'use_passthrough: false' > ~/.config/wlxoverlay/conf.d/passthrough.yaml
```
Some headsets will show a camera pass-through by default. If skybox is preferred, go to settings, uncheck `Use passthrough`, then scroll down and `Restart software`.
# Changing the Skybox
@ -21,9 +17,3 @@ Criteria:
- Path can be absolute, or relative to `~/.config/wlxoverlay/`.
- File must be DDS (See: [Custom Textures](https://github.com/galister/wlx-overlay-s/wiki/Custom-Textures))
- Image must be an equirectangular (aka "HDRI" or "Spherical 360") image.
# Disable the skybox
```bash
echo 'use_skybox: false' > ~/.config/wlxoverlay/conf.d/skybox.yaml
```