From 40f81f1dcd4a3055244c17b08f707a04b30c82a4 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 9 Apr 2023 17:30:30 -0700 Subject: Add parallax shader Add a "simple" parallax shader based on raymarching. Features: * Three parallax planes. * Each plane can be textured with PBR textures. * Base color with alpha, normal, roughness, and metallic are implemented. * Each plane has these configurable properties: * Depth. Higher values create stronger parallax. * X and Y scale. * Emission strength. --- Demos/parallax_demo.gif | Bin 0 -> 1571319 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Demos/parallax_demo.gif (limited to 'Demos') diff --git a/Demos/parallax_demo.gif b/Demos/parallax_demo.gif new file mode 100644 index 0000000..898a9df Binary files /dev/null and b/Demos/parallax_demo.gif differ -- cgit v1.2.3