mirror of https://github.com/wayvr-org/wayvr.git
Created OpenXR Skybox (markdown)
parent
95d0b2c49a
commit
919003cf7d
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue