From: Mikko Rasa Date: Sun, 9 Oct 2022 21:56:05 +0000 (+0300) Subject: Enable advanced rendering options for the forest pond scene X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=053997c53c0523275bceffc9cb732751e87a6d24;p=libs%2Fgl.git Enable advanced rendering options for the forest pond scene --- diff --git a/demos/forestpond/data/exported/Daffodil_grass.tech b/demos/forestpond/data/exported/Daffodil_grass.tech index cac1f175..f0863e9d 100644 --- a/demos/forestpond/data/exported/Daffodil_grass.tech +++ b/demos/forestpond/data/exported/Daffodil_grass.tech @@ -16,6 +16,7 @@ method "" alpha_to_coverage true; }; receive_shadows true; + image_based_lighting true; instancing true; }; method "shadow" diff --git a/demos/forestpond/data/exported/Forest.seq b/demos/forestpond/data/exported/Forest.seq index f7c62019..9acebd35 100644 --- a/demos/forestpond/data/exported/Forest.seq +++ b/demos/forestpond/data/exported/Forest.seq @@ -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; }; diff --git a/demos/forestpond/data/exported/Terrain.tech b/demos/forestpond/data/exported/Terrain.tech index 9ec11475..7094d92c 100644 --- a/demos/forestpond/data/exported/Terrain.tech +++ b/demos/forestpond/data/exported/Terrain.tech @@ -27,6 +27,7 @@ method "" sampler "linear_mip.samp"; }; receive_shadows true; + image_based_lighting true; }; method "shadow" { diff --git a/demos/forestpond/data/exported/Tree_1Mat.tech b/demos/forestpond/data/exported/Tree_1Mat.tech index c6c35733..b5797e30 100644 --- a/demos/forestpond/data/exported/Tree_1Mat.tech +++ b/demos/forestpond/data/exported/Tree_1Mat.tech @@ -16,6 +16,7 @@ method "" alpha_to_coverage true; }; receive_shadows true; + image_based_lighting true; }; method "shadow" { diff --git a/demos/forestpond/data/exported/dafodil.tech b/demos/forestpond/data/exported/dafodil.tech index df30d394..8a38ed0c 100644 --- a/demos/forestpond/data/exported/dafodil.tech +++ b/demos/forestpond/data/exported/dafodil.tech @@ -12,6 +12,7 @@ method "" sampler "linear_mip.samp"; }; receive_shadows true; + image_based_lighting true; instancing true; }; method "shadow" diff --git a/demos/forestpond/data/exported/grass.tech b/demos/forestpond/data/exported/grass.tech index cac1f175..f0863e9d 100644 --- a/demos/forestpond/data/exported/grass.tech +++ b/demos/forestpond/data/exported/grass.tech @@ -16,6 +16,7 @@ method "" alpha_to_coverage true; }; receive_shadows true; + image_based_lighting true; instancing true; }; method "shadow" diff --git a/demos/forestpond/scene.blend b/demos/forestpond/scene.blend index e64f11da..d60b3830 100644 Binary files a/demos/forestpond/scene.blend and b/demos/forestpond/scene.blend differ