]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/forestpond/data/exported/dafodil.tech
Begin creating a new demo program
[libs/gl.git] / demos / forestpond / data / exported / dafodil.tech
diff --git a/demos/forestpond/data/exported/dafodil.tech b/demos/forestpond/data/exported/dafodil.tech
new file mode 100644 (file)
index 0000000..d2cb7ec
--- /dev/null
@@ -0,0 +1,23 @@
+method ""
+{
+       material
+       {
+               type pbr;
+               base_color_map "dafodil_baseColor.png.tex";
+               metalness_map "dafodil_metallicRoughness.png_B.tex";
+               roughness_map "dafodil_metallicRoughness.png_G.tex";
+               normal_map "dafodil_normal.png.tex";
+               emission 0.00000 0.00000 0.00000;
+               sampler "linear_mip.samp";
+       };
+       receive_shadows true;
+       instancing true;
+};
+method "shadow"
+{
+       shader "occluder_instanced.shader";
+};
+method "shadow_thsm"
+{
+       shader "occluder_thsm_instanced.shader";
+};