]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/forestpond/data/exported/Tree_0Mat.tech
Begin creating a new demo program
[libs/gl.git] / demos / forestpond / data / exported / Tree_0Mat.tech
diff --git a/demos/forestpond/data/exported/Tree_0Mat.tech b/demos/forestpond/data/exported/Tree_0Mat.tech
new file mode 100644 (file)
index 0000000..2dbd5fd
--- /dev/null
@@ -0,0 +1,25 @@
+method ""
+{
+       material
+       {
+               type pbr;
+               base_color_map "Tree_0Mat_baseColor.png.tex";
+               metalness 0.00000;
+               roughness_map "Tree_0Mat_metallicRoughness.png_G.tex";
+               normal_map "Tree_0Mat_normal.png.tex";
+               emission 0.00000 0.00000 0.00000;
+               sampler "linear_mip.samp";
+       };
+       receive_shadows true;
+       face_cull CULL_BACK;
+};
+method "shadow"
+{
+       shader "occluder.glsl.shader";
+       face_cull CULL_BACK;
+};
+method "shadow_thsm"
+{
+       shader "occluder_thsm.glsl.shader";
+       face_cull CULL_BACK;
+};