diff --git a/content/features/featuresDeepDive/babylonViewer/v2/elementInterface.md b/content/features/featuresDeepDive/babylonViewer/v2/elementInterface.md index b75c9d13f..0cc26c418 100644 --- a/content/features/featuresDeepDive/babylonViewer/v2/elementInterface.md +++ b/content/features/featuresDeepDive/babylonViewer/v2/elementInterface.md @@ -38,6 +38,7 @@ Note that explicitly specified attribute values are re-applied when a new model | `tone-mapping` | The tone mapping mode. | **`neutral`**, `standard`, `aces`, `none` | | `contrast` | The contrast applied to the scene. | Any numeric value | | `exposure` | The exposure applied to the scene. | Any numeric value | +| `ssao` | Indicates if Ambient Occlusion is enabled in the scene. | Present or absent | | `camera-auto-orbit` | Indicates the camera should automatically orbit its target when the scene is otherwise idle. | Present or absent | | `camera-auto-orbit-speed` | How fast to orbit the camera when `camera-auto-orbit` is enabled. | Any numeric value | | `camera-auto-orbit-delay` | The delay in milliseconds before auto orbit takes effect when the scene becomes idle. | Any non-negative numeric value |