From 4e81deb125524702fb1cf2d15f3d1393bdbd3e4e Mon Sep 17 00:00:00 2001 From: Tobias Haeussler Date: Tue, 8 Mar 2022 21:15:07 +0100 Subject: [PATCH 1/2] Add glTF PBR --- libraries/bxdf/gltf_pbr.mtlx | 263 ++++++++++++++++++ .../Examples/glTFPBR/gltf_pbr_default.mtlx | 29 ++ 2 files changed, 292 insertions(+) create mode 100644 libraries/bxdf/gltf_pbr.mtlx create mode 100644 resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx diff --git a/libraries/bxdf/gltf_pbr.mtlx b/libraries/bxdf/gltf_pbr.mtlx new file mode 100644 index 0000000000..16ddf63eaf --- /dev/null +++ b/libraries/bxdf/gltf_pbr.mtlx @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx b/resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx new file mode 100644 index 0000000000..b6ed626d0e --- /dev/null +++ b/resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From ebce97d44142916a8327ae41dda1eb9a02e55073 Mon Sep 17 00:00:00 2001 From: Tobias Haeussler Date: Sun, 13 Mar 2022 10:18:07 +0100 Subject: [PATCH 2/2] Rename folder --- .../Materials/Examples/{glTFPBR => GltfPbr}/gltf_pbr_default.mtlx | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/Materials/Examples/{glTFPBR => GltfPbr}/gltf_pbr_default.mtlx (100%) diff --git a/resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx b/resources/Materials/Examples/GltfPbr/gltf_pbr_default.mtlx similarity index 100% rename from resources/Materials/Examples/glTFPBR/gltf_pbr_default.mtlx rename to resources/Materials/Examples/GltfPbr/gltf_pbr_default.mtlx