> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/user-guide/material/what-is-the-ao-parameter-of-material.md).

# What is the AO parameter of material?

"AO" is the abbreviation for Ambient Occlusion.

In reality, light scatters in all directions, and its intensity constantly changes, so the part of the scene that is indirectly illuminated should also have varying intensities, not just a constant ambient light. One simulation of indirect lighting is called Ambient Occlusion. Its principle is to approximate the simulation of indirect lighting by darkening the folds, holes, and very close walls. These areas are largely obscured by surrounding geometries, making it difficult for light to escape, so these places will appear darker.

<figure><img src="/files/g6vdKsmaxu3IykHj4OtI" alt=""><figcaption></figcaption></figure>

AO is used to depict the effect of objects blocking the surrounding diffuse light when they intersect or are close to each other. It can comprehensively improve details, especially the shadows in the dark parts, enhance the sense of space, realism, and at the same time, strengthen and improve the contrast of light and dark in the picture, enhancing the artistic quality of the image.

The visual effects of AO are mainly reflected in the brightness of the picture. The lighting of the picture without AO effects is slightly brighter; while after turning on the AO effects, the details of the picture, especially the shadows in the dark, will be more obvious. It achieves better visual effects by improving shadows, enhances the depth and sense of layers in the scene, greatly enriches the details of the image, and these small shadow details bring a stronger sense of depth to the entire scene.

## AO Intensity Control

The AO Intensity Control controls the degree to which the AO texture affects the base color texture. The value range is 0-1. When the value is 1, the AO effect is the strongest, and when the value is 0, the AO map has no effect on the material.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.d5render.com/user-guide/material/what-is-the-ao-parameter-of-material.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
