You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.high-definition/Documentation~/AOVs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Here is the list of Material properties that you can access with the AOV API.
18
18
19
19
| Material property | Description |
20
20
|-------------------|---------------------------|
21
-
|**Normal**| Outputs the surface albedo. |
22
-
|**Albedo**| Outputs the surface normal. |
21
+
|**Albedo**| Outputs the surface albedo. |
22
+
|**Normal**| Outputs the surface normal. |
23
23
|**Smoothness**| Outputs the surface smoothness. |
24
24
|**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. |
0 commit comments