Hello,
I use AO and don’t want to see something different. In particular I want to see, something like this.
http://www.27digital.com.br/temp/image_001.jpg
Maybe few shadows from a lightsource could also be drawn. It should be done automatic, so no click by click per object. So how can I render only my lightmap, without deleting materials?
Hi -
You can apply a Post Process Blendable to your scene which renders only the Ambient Occlusion and achieve something very similar to the picture you are seeing above.
Important things to note about this method, the Scene Texture Node comes in by default as Scene Texture:Scene Color, you will need to select Ambient Occlusion in the Nodes Details dropdown menu. The Material must be set to a Domain of Post Process which will close all input except Emissive. The AO rendered is a 0 to 1 texture meaning that no AO renders white. In your picture above you are rendering more a middle grey to black. If that is the effect you want you will need to use the AO Node as the Alpha Input between 2 colors a black and the base value you want to render. Finally, if you do not set the Blendable Location to Before Tonemapping in the Material Attributes (highlighted in the picture), the AO will render jump-y.
Thank You
Eric Ketchum
It was easy to understand. Thank you very much!!
But I have two problems.
- I can not see AO in my Editor and when I press “Play”. Everything is grey. When I Package it all to an .exe, it works perfectly. With another Laptop it works normal. My Laptop has Nvidia and the PC Amd. Do you know maybe the reasons of the problem?
- My AO is very grey. It’s not from white to black. I could handle it with a contrast, but it would not be so nice. Your pic is more white. So in fact my ambient color is not white. Did you handle it extra?
This was exactly my problem. Thank you very much! I will try tweaking it