Created OpenXR Skybox (markdown)

galister 2024-07-24 10:54:49 +00:00
parent 95d0b2c49a
commit 919003cf7d
1 changed files with 19 additions and 0 deletions

19
OpenXR-Skybox.md Normal file

@ -0,0 +1,19 @@
WlxOverlay-S comes with a skybox for OpenXR.
# Changing the Skybox
A custom texture may be set via `~/.config/wlxoverlay/conf.d`
```yaml
skybox_texture = starry-sky.dds
```
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
use_skybox = false
```