From 919003cf7d6c93fe913b0cf882fbc47eeaa053f4 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:54:49 +0000 Subject: [PATCH] Created OpenXR Skybox (markdown) --- OpenXR-Skybox.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 OpenXR-Skybox.md diff --git a/OpenXR-Skybox.md b/OpenXR-Skybox.md new file mode 100644 index 0000000..009bb51 --- /dev/null +++ b/OpenXR-Skybox.md @@ -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 +``` \ No newline at end of file