]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Iron.tech
Remake the desertpillars demo using modern techniques
[libs/gl.git] / demos / desertpillars / data / exported / Iron.tech
diff --git a/demos/desertpillars/data/exported/Iron.tech b/demos/desertpillars/data/exported/Iron.tech
new file mode 100644 (file)
index 0000000..57d0f12
--- /dev/null
@@ -0,0 +1,16 @@
+pass ""
+{
+       material
+       {
+               type pbr;
+               base_color 0.550000 0.570000 0.570000 1.00000;
+               metalness 1.00000;
+               roughness 0.0500000;
+               emission 0.00000 0.00000 0.00000;
+       };
+       receive_shadows true;
+};
+pass "shadow"
+{
+       shader "_occluder.glsl.shader";
+};