From 34926de0b4eb441caa2daedbc27160f23127d9eb Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Thu, 8 Jun 2023 22:25:16 -0400 Subject: [PATCH] Update "colorManagement" default in renderer documentation --- docs/components/renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/renderer.md b/docs/components/renderer.md index eaa0dbf7ef..3d667f5b43 100644 --- a/docs/components/renderer.md +++ b/docs/components/renderer.md @@ -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 |