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 @@ -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 |
Expand Down