From c61c175e9c648b6e40b85c12940e9b91a52757d7 Mon Sep 17 00:00:00 2001 From: HybridDog <3192173+HybridDog@users.noreply.github.com> Date: Fri, 9 Oct 2020 20:13:42 +0200 Subject: Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) --- .../mods/testnodes/textures/testnodes_height_pyramid.png | Bin 0 -> 90 bytes .../textures/testnodes_height_pyramid_normal.png | Bin 0 -> 239 bytes .../testnodes/textures/testnodes_parallax_extruded.png | Bin 0 -> 591 bytes .../textures/testnodes_parallax_extruded_normal.png | Bin 0 -> 143 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 games/devtest/mods/testnodes/textures/testnodes_height_pyramid.png create mode 100644 games/devtest/mods/testnodes/textures/testnodes_height_pyramid_normal.png create mode 100644 games/devtest/mods/testnodes/textures/testnodes_parallax_extruded.png create mode 100644 games/devtest/mods/testnodes/textures/testnodes_parallax_extruded_normal.png (limited to 'games/devtest/mods/testnodes/textures') diff --git a/games/devtest/mods/testnodes/textures/testnodes_height_pyramid.png b/games/devtest/mods/testnodes/textures/testnodes_height_pyramid.png new file mode 100644 index 000000000..8c787b740 Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_height_pyramid.png differ diff --git a/games/devtest/mods/testnodes/textures/testnodes_height_pyramid_normal.png b/games/devtest/mods/testnodes/textures/testnodes_height_pyramid_normal.png new file mode 100644 index 000000000..5ab7865f2 Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_height_pyramid_normal.png differ diff --git a/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded.png b/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded.png new file mode 100644 index 000000000..7e1c32398 Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded.png differ diff --git a/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded_normal.png b/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded_normal.png new file mode 100644 index 000000000..b134699d0 Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_parallax_extruded_normal.png differ -- cgit v1.2.3