Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here is the list of Material properties that you can access with the AOV API.
| **Normal** | Outputs the surface albedo. |
| **Albedo** | Outputs the surface normal. |
| **Smoothness** | Outputs the surface smoothness. |
| **Ambient Occlusion** | Outputs the ambient occlusion (N/A for AxF). |
| **Ambient Occlusion** | Outputs the ambient occlusion (N/A for AxF). **Note**: the ambient occlusion this outputs does not include ray-traced/screen-space ambient occlusion from the [Ambient Occlusion override](Override-Ambient-Occlusion.md). It only includes ambient occlusion from materials in the Scene. |
| **Specular** | Outputs the surface specularity. |
| **Alpha** | Outputs the surface alpha (pixel coverage). |

Expand Down