]> git.tdb.fi Git - libs/gl.git/commitdiff
Re-export forest pond data to enable alpha to coverage
authorMikko Rasa <tdb@tdb.fi>
Sun, 11 Sep 2022 12:53:39 +0000 (15:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 11 Sep 2022 12:54:00 +0000 (15:54 +0300)
demos/forestpond/data/exported/Daffodil_grass.tech
demos/forestpond/data/exported/Tree_1Mat.tech
demos/forestpond/data/exported/grass.tech

index 2d5fd47de4465b82abbac95125859f8e1af1d662..d08e35b9b25dd1c8b730535cc98d343c9e365959 100644 (file)
@@ -10,6 +10,10 @@ method ""
                sampler "linear_mip.samp";
                alpha_cutoff 0.500000;
        };
+       blend
+       {
+               alpha_to_coverage true;
+       };
        receive_shadows true;
        instancing true;
 };
index 24186da7e9eea4f88a6a8ee0e03c5ac44aba3f06..002f83374e9821dc0f60ae357fbb22649529075c 100644 (file)
@@ -10,6 +10,10 @@ method ""
                sampler "linear_mip.samp";
                alpha_cutoff 0.500000;
        };
+       blend
+       {
+               alpha_to_coverage true;
+       };
        receive_shadows true;
 };
 method "shadow"
index 2d5fd47de4465b82abbac95125859f8e1af1d662..d08e35b9b25dd1c8b730535cc98d343c9e365959 100644 (file)
@@ -10,6 +10,10 @@ method ""
                sampler "linear_mip.samp";
                alpha_cutoff 0.500000;
        };
+       blend
+       {
+               alpha_to_coverage true;
+       };
        receive_shadows true;
        instancing true;
 };