From 813301f2b342cd166461b2d266023d0292ba0f87 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 11 Sep 2022 15:53:39 +0300 Subject: [PATCH] Re-export forest pond data to enable alpha to coverage --- demos/forestpond/data/exported/Daffodil_grass.tech | 4 ++++ demos/forestpond/data/exported/Tree_1Mat.tech | 4 ++++ demos/forestpond/data/exported/grass.tech | 4 ++++ 3 files changed, 12 insertions(+) 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; }; -- 2.43.0