File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
docs/manual/en/introduction Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,10 @@ <h3>Output color space</h3>
214214
215215 < p >
216216 Output to a display device, image, or video may involve conversion from the open domain
217- Linear-sRGB working color space to another color space. This conversion may be performed in
218- the main render pass ([page:WebGLRenderer.outputColorSpace]), or during post-processing.
217+ Linear-sRGB working color space to another color space. The conversion is defined by
218+ ([page:WebGLRenderer.outputColorSpace]). When using post-processing, this requires OutputPass .
219219 </ p >
220220
221- < code >
222- renderer.outputColorSpace = THREE.SRGBColorSpace; // optional with post-processing
223- </ code >
224-
225221 < ul >
226222 < li >
227223 < b > Display:</ b > Colors written to a WebGL canvas for display should be in the sRGB
You can’t perform that action at this time.
0 commit comments