Chapter 718: OutputShader
Core Idea
Reference for OutputShader.
Key Concepts
- OutputShader : ShaderMaterial~Shader (inner, constant): Performs tone mapping and color space conversion for FX workflows.
Code Examples
import { OutputShader } from 'three/addons/shaders/OutputShader.js';
- What it demonstrates: Typical usage of OutputShader.
Reference Tables
Properties
| Property | Description |
|---|
.OutputShader : ShaderMaterial~Shader (inner, constant) | Performs tone mapping and color space conversion for FX workflows. |
Key Takeaways
- Most relevant properties: OutputShader.
Connects To