Skip to content

Commit

Permalink
Update "colorManagement" default in renderer documentation (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jun 12, 2023
1 parent 96b6f46 commit 61bff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It also configures presentation attributes when entering WebVR/WebXR.
| Property | Description | Default Value |
|-------------------------|---------------------------------------------------------------------------------|---------------|
| antialias | Whether to perform antialiasing. If `auto`, antialiasing is disabled on mobile. | auto |
| colorManagement | Whether to use a color-managed linear workflow. | false |
| colorManagement | Whether to use a color-managed linear workflow. | true |
| highRefreshRate | Increases frame rate from the default (for browsers that support control of frame rate). | false |
| foveationLevel | Amount of foveation used in VR to improve perf, from 0 (min) to 1 (max). | 1 |
| sortObjects | Whether to sort objects before rendering. | false |
Expand Down

0 comments on commit 61bff0d

Please sign in to comment.