mirror of https://github.com/wayvr-org/wayvr.git
Updated OpenXR Skybox (markdown)
parent
27c13600ae
commit
16e6bcc31b
|
|
@ -6,7 +6,7 @@ We are only allowed to include pieces with specific licenses in the git repo, bu
|
||||||
|
|
||||||
A custom texture may be set via `~/.config/wlxoverlay/conf.d`:
|
A custom texture may be set via `~/.config/wlxoverlay/conf.d`:
|
||||||
```bash
|
```bash
|
||||||
echo 'skybox_texture = my-skybox.dds' > ~/.config/wlxoverlay/conf.d/skybox.yaml
|
echo 'skybox_texture: my-skybox.dds' > ~/.config/wlxoverlay/conf.d/skybox.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
Criteria:
|
Criteria:
|
||||||
|
|
@ -17,5 +17,5 @@ Criteria:
|
||||||
# Disable the skybox
|
# Disable the skybox
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo 'use_skybox = false' > ~/.config/wlxoverlay/conf.d/skybox.yaml
|
echo 'use_skybox: false' > ~/.config/wlxoverlay/conf.d/skybox.yaml
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue