]> git.tdb.fi Git - libs/gl.git/blob - demos/forestpond/data/exported/dafodil.tech
Begin creating a new demo program
[libs/gl.git] / demos / forestpond / data / exported / dafodil.tech
1 method ""
2 {
3         material
4         {
5                 type pbr;
6                 base_color_map "dafodil_baseColor.png.tex";
7                 metalness_map "dafodil_metallicRoughness.png_B.tex";
8                 roughness_map "dafodil_metallicRoughness.png_G.tex";
9                 normal_map "dafodil_normal.png.tex";
10                 emission 0.00000 0.00000 0.00000;
11                 sampler "linear_mip.samp";
12         };
13         receive_shadows true;
14         instancing true;
15 };
16 method "shadow"
17 {
18         shader "occluder_instanced.shader";
19 };
20 method "shadow_thsm"
21 {
22         shader "occluder_thsm_instanced.shader";
23 };