]> git.tdb.fi Git - libs/gl.git/commitdiff
Add ambient occlusion to the desert pillars demo
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 May 2021 12:02:36 +0000 (15:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 May 2021 12:02:36 +0000 (15:02 +0300)
demos/desertpillars/data/exported/Desert.seq
demos/desertpillars/scene.blend

index 29e01ff1db70080841403b834cdc8583fd4eb6e8..347f662dd7b126a4c5f12963b377b678a7d436fa 100644 (file)
@@ -5,6 +5,11 @@ pass "" "content"
        lighting "Desert.lightn";
        scene "Desert.wrapper.scene";
 };
+ambient_occlusion
+{
+       occlusion_radius 0.500000;
+       samples 32;
+};
 bloom;
 colorcurve
 {
index 847ef1a43441f34a1481270a4b075f55b89f3241..8505c29202441b84c57c1bf8c873b9f2acdebb99 100644 (file)
Binary files a/demos/desertpillars/scene.blend and b/demos/desertpillars/scene.blend differ