From: Mikko Rasa Date: Thu, 13 May 2021 12:02:36 +0000 (+0300) Subject: Add ambient occlusion to the desert pillars demo X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=bf6890e18cd497bc2abfdb7c4c42378059422c9e Add ambient occlusion to the desert pillars demo --- diff --git a/demos/desertpillars/data/exported/Desert.seq b/demos/desertpillars/data/exported/Desert.seq index 29e01ff1..347f662d 100644 --- a/demos/desertpillars/data/exported/Desert.seq +++ b/demos/desertpillars/data/exported/Desert.seq @@ -5,6 +5,11 @@ pass "" "content" lighting "Desert.lightn"; scene "Desert.wrapper.scene"; }; +ambient_occlusion +{ + occlusion_radius 0.500000; + samples 32; +}; bloom; colorcurve { diff --git a/demos/desertpillars/scene.blend b/demos/desertpillars/scene.blend index 847ef1a4..8505c292 100644 Binary files a/demos/desertpillars/scene.blend and b/demos/desertpillars/scene.blend differ