I've decided to make a public release of SSAO widget.
If you don't know what SSAO is, please refer to https://en.wikipedia.org/wiki/Screen_sp ... _occlusion
You can also notice how it works on this side-to-side pic:
The main difference to some other SSAO spring implementations, you can find in the wilds, that it doesn't freak out on the zoom out (due to g-buffer undersampling) and should handle subtle differences between different GPUs and drivers better.
The widget requires:
1) enabled deferred rendering for both models and map (AllowDeferredMapRendering = 1 and AllowDeferredModelRendering = 1)
2) /advmapshading /advmodelshading turned on
3) More or less recent maintenance branch of the engine (aka 104+). It might work on the older engines, but I give no warranty nor give any estimates whether it will or not.
Should you have any questions or encounter bugs, let me know here or open up the issue on github repo:
https://github.com/lhog/spring-ssao