From: Mikko Rasa Date: Sun, 11 Sep 2022 12:53:39 +0000 (+0300) Subject: Re-export forest pond data to enable alpha to coverage X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=813301f2b342cd166461b2d266023d0292ba0f87 Re-export forest pond data to enable alpha to coverage --- diff --git a/demos/forestpond/data/exported/Daffodil_grass.tech b/demos/forestpond/data/exported/Daffodil_grass.tech index 2d5fd47d..d08e35b9 100644 --- a/demos/forestpond/data/exported/Daffodil_grass.tech +++ b/demos/forestpond/data/exported/Daffodil_grass.tech @@ -10,6 +10,10 @@ method "" sampler "linear_mip.samp"; alpha_cutoff 0.500000; }; + blend + { + alpha_to_coverage true; + }; receive_shadows true; instancing true; }; diff --git a/demos/forestpond/data/exported/Tree_1Mat.tech b/demos/forestpond/data/exported/Tree_1Mat.tech index 24186da7..002f8337 100644 --- a/demos/forestpond/data/exported/Tree_1Mat.tech +++ b/demos/forestpond/data/exported/Tree_1Mat.tech @@ -10,6 +10,10 @@ method "" sampler "linear_mip.samp"; alpha_cutoff 0.500000; }; + blend + { + alpha_to_coverage true; + }; receive_shadows true; }; method "shadow" diff --git a/demos/forestpond/data/exported/grass.tech b/demos/forestpond/data/exported/grass.tech index 2d5fd47d..d08e35b9 100644 --- a/demos/forestpond/data/exported/grass.tech +++ b/demos/forestpond/data/exported/grass.tech @@ -10,6 +10,10 @@ method "" sampler "linear_mip.samp"; alpha_cutoff 0.500000; }; + blend + { + alpha_to_coverage true; + }; receive_shadows true; instancing true; };