mirror of https://github.com/wayvr-org/wayvr.git
Updated OpenXR Skybox (markdown)
parent
ddd5bdf0bb
commit
08776deb61
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue