Blender V4.3
workbench_effect_cavity.cc File Reference
#include "BLI_rand.h"
#include "workbench_private.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::workbench
 

Detailed Description

Cavity Effect:

We use Screen Space Ambient Occlusion (SSAO) to enhance geometric details of the surfaces. We also use a Curvature effect computed only using the surface normals.

This is done as part of the opaque resolve pass. It only affects the opaque surfaces.

Definition in file workbench_effect_cavity.cc.