]> git.tdb.fi Git - libs/gl.git/blob - demos/forestpond/data/exported/Daffodil_grass.tech
Re-export forest pond data to enable alpha to coverage
[libs/gl.git] / demos / forestpond / data / exported / Daffodil_grass.tech
1 method ""
2 {
3         material
4         {
5                 type pbr;
6                 base_color_map "grass_baseColor.png.tex";
7                 metalness 0.00000;
8                 roughness 0.600000;
9                 emission 0.00000 0.00000 0.00000;
10                 sampler "linear_mip.samp";
11                 alpha_cutoff 0.500000;
12         };
13         blend
14         {
15                 alpha_to_coverage true;
16         };
17         receive_shadows true;
18         instancing true;
19 };
20 method "shadow"
21 {
22         shader "occluder_masked_instanced.shader";
23         texture "alpha_map"
24         {
25                 texture "grass_baseColor.png.tex";
26                 sampler "linear_mip.samp";
27         };
28         uniforms
29         {
30                 uniform "alpha_cutoff" 0.500000;
31         };
32 };
33 method "shadow_thsm"
34 {
35         shader "occluder_thsm_masked_instanced.shader";
36         texture "alpha_map"
37         {
38                 texture "grass_baseColor.png.tex";
39                 sampler "linear_mip.samp";
40         };
41         uniforms
42         {
43                 uniform "alpha_cutoff" 0.500000;
44         };
45 };