-
Notifications
You must be signed in to change notification settings - Fork 29
OpenXR Skybox
galister edited this page Dec 28, 2024
·
6 revisions
WlxOverlay-S comes with a skybox for OpenXR.
Some headsets will show a camera pass-through by default. If skybox is preferred, use the following to disable pass-through:
echo 'use_passthrough: false' > ~/.config/wlxoverlay/conf.d/passthrough.yaml
We are only allowed to include pieces with specific licenses in the git repo, but feel free to procure your own skybox materiel for personal use!
A custom texture may be set via ~/.config/wlxoverlay/conf.d
:
echo 'skybox_texture: my-skybox.dds' > ~/.config/wlxoverlay/conf.d/skybox.yaml
Criteria:
- Path can be absolute, or relative to
~/.config/wlxoverlay/
. - File must be DDS (See: Custom Textures)
- Image must be an equirectangular (aka "HDRI" or "Spherical 360") image.
echo 'use_skybox: false' > ~/.config/wlxoverlay/conf.d/skybox.yaml