]> git.tdb.fi Git - libs/gl.git/commitdiff
Enable advanced rendering options for the forest pond scene
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Oct 2022 21:56:05 +0000 (00:56 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Oct 2022 21:56:42 +0000 (00:56 +0300)
demos/forestpond/data/exported/Daffodil_grass.tech
demos/forestpond/data/exported/Forest.seq
demos/forestpond/data/exported/Terrain.tech
demos/forestpond/data/exported/Tree_1Mat.tech
demos/forestpond/data/exported/dafodil.tech
demos/forestpond/data/exported/grass.tech
demos/forestpond/scene.blend

index cac1f175e606973ea03aa76a67a6f1664157251f..f0863e9daee05ff3c13fd2bcc805bc169b75c21c 100644 (file)
@@ -16,6 +16,7 @@ method ""
                alpha_to_coverage true;
        };
        receive_shadows true;
+       image_based_lighting true;
        instancing true;
 };
 method "shadow"
index f7c620197b42b81d0a391c18d7e8d2cce0522331..9acebd35e7699b39fa715d3614a8cc1ef59c0cee 100644 (file)
@@ -1,3 +1,4 @@
+hdr true;
 clear
 {
        color 0.00000 0.00000 0.00000 0.00000;
@@ -52,8 +53,18 @@ step "" "shadow_map"
        lighting "Forest.lightn";
 };
 postprocessor
+{
+       type ambient_occlusion;
+       occlusion_radius 0.200000;
+       samples 32;
+};
+postprocessor
+{
+       type bloom;
+};
+postprocessor
 {
        type colorcurve;
-       brightness_response 1.00000;
+       exposure_adjust 0.00000;
        srgb;
 };
index 9ec114758071c1407d09a84fe7f7b3e98773d785..7094d92c9557b0d419a10ae70f9f936a0f84e5d6 100644 (file)
@@ -27,6 +27,7 @@ method ""
                sampler "linear_mip.samp";
        };
        receive_shadows true;
+       image_based_lighting true;
 };
 method "shadow"
 {
index c6c35733e76386983a4e9112a6623f020b8bc55c..b5797e30bf646bdff1dc9c85e69dc3c47942aed9 100644 (file)
@@ -16,6 +16,7 @@ method ""
                alpha_to_coverage true;
        };
        receive_shadows true;
+       image_based_lighting true;
 };
 method "shadow"
 {
index df30d394d85be37fe8d1daa117b3a6daa2bc7c19..8a38ed0c104cdd16127aa5f443100ac56584e7d3 100644 (file)
@@ -12,6 +12,7 @@ method ""
                sampler "linear_mip.samp";
        };
        receive_shadows true;
+       image_based_lighting true;
        instancing true;
 };
 method "shadow"
index cac1f175e606973ea03aa76a67a6f1664157251f..f0863e9daee05ff3c13fd2bcc805bc169b75c21c 100644 (file)
@@ -16,6 +16,7 @@ method ""
                alpha_to_coverage true;
        };
        receive_shadows true;
+       image_based_lighting true;
        instancing true;
 };
 method "shadow"
index e64f11daf9f58911160c55e6b1adaaa1b8f67f1b..d60b38309d0e4d992e2628dbbed37cf1ece70f1a 100644 (file)
Binary files a/demos/forestpond/scene.blend and b/demos/forestpond/scene.blend differ