We are getting nasty artifacts from distance field AO on our city model and I would like to disable DFAO but leave distance fields enabled, but there doesn’t seem to be an “Enable Distance Field Ambient Occlusion” switch in the
Skylight where I would expect it. Is there a simple way to turn off DFAO without disabling distance fields in the project?
either put the following line in your engine.ini:
r.DistanceFieldAO=0
or run the console in the editor and type in:
r.DistanceFieldAO 0
2 Likes