From 33d5f67044d104d69cb2d11e78e6a79bc20d4c4e Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 23 Jul 2025 20:55:29 +0500 Subject: some prb examples --- data/textures/pbr/albedo.png | Bin 0 -> 6404380 bytes data/textures/pbr/ao.png | Bin 0 -> 4165258 bytes data/textures/pbr/metallic.png | Bin 0 -> 60382 bytes data/textures/pbr/normal.png | Bin 0 -> 21714951 bytes data/textures/pbr/roughness.png | Bin 0 -> 4379934 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/textures/pbr/albedo.png create mode 100644 data/textures/pbr/ao.png create mode 100644 data/textures/pbr/metallic.png create mode 100644 data/textures/pbr/normal.png create mode 100644 data/textures/pbr/roughness.png (limited to 'data/textures/pbr') diff --git a/data/textures/pbr/albedo.png b/data/textures/pbr/albedo.png new file mode 100644 index 0000000..af3f7b8 Binary files /dev/null and b/data/textures/pbr/albedo.png differ diff --git a/data/textures/pbr/ao.png b/data/textures/pbr/ao.png new file mode 100644 index 0000000..718db82 Binary files /dev/null and b/data/textures/pbr/ao.png differ diff --git a/data/textures/pbr/metallic.png b/data/textures/pbr/metallic.png new file mode 100644 index 0000000..76bedc6 Binary files /dev/null and b/data/textures/pbr/metallic.png differ diff --git a/data/textures/pbr/normal.png b/data/textures/pbr/normal.png new file mode 100644 index 0000000..19d2ad8 Binary files /dev/null and b/data/textures/pbr/normal.png differ diff --git a/data/textures/pbr/roughness.png b/data/textures/pbr/roughness.png new file mode 100644 index 0000000..6b1c22e Binary files /dev/null and b/data/textures/pbr/roughness.png differ -- cgit v1.2.3-70-g09d2