]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/forestpond/data/exported/Daffodil_grass.tech
Use a splat material for the terrain in forest pond
[libs/gl.git] / demos / forestpond / data / exported / Daffodil_grass.tech
index 2d5fd47de4465b82abbac95125859f8e1af1d662..cac1f175e606973ea03aa76a67a6f1664157251f 100644 (file)
@@ -4,12 +4,17 @@ method ""
        {
                type pbr;
                base_color_map "grass_baseColor.png.tex";
+               tint 1.00000 1.00000 1.00000 1.00000;
                metalness 0.00000;
                roughness 0.600000;
                emission 0.00000 0.00000 0.00000;
                sampler "linear_mip.samp";
                alpha_cutoff 0.500000;
        };
+       blend
+       {
+               alpha_to_coverage true;
+       };
        receive_shadows true;
        instancing true;
 };