アンビエントオクルージョン (Ambient occlusion、AO) は、折り目、穴、互いに近接する表面に発生するソフトシャドウを疑似する機能です。これらのエリアはアンビエントライト (環境光) を遮るため、暗く見えます。
サーフェス上の点に当たるアンビエントライトの量を近似することで機能します。次に、互いに近接する折り目、穴、表面を暗くします。
アンビエントオクルージョンを使用して、ライティングにリアルさを加えることができます。
シーンで Baked Global Illumination (ベイクしたグローバルイルミネーション) が有効になっている場合、Unity はアンビエントオクルージョンをライトマップにベイクできます。これは ベイクしたアンビエントオクルージョン と呼ばれます。
シーンでベイクしたアンビエントオクルージョンを有効にするには、以下を行います。
If Global Illumination is not enabled in your Scene but you still want the effect of ambient occlusion, you can use a post-processing effect to apply real-time ambient occlusion to your Scene.
If Enlighten Realtime Global Illumination is enabled in your Scene, the resolution for indirect lighting does not capture fine details or dynamic objects. We recommend using a real-time ambient occlusion post-processing effect, which has much more detail and results in higher quality lighting.
For information on real-time ambient occlusion post-processing effects, see post-processing effects.
AO について詳しくは Wikipedia: Ambient Occlusion を参照してください。