Capítulo 718 de 859

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

PropertyDescription
.OutputShader : ShaderMaterial~Shader (inner, constant)Performs tone mapping and color space conversion for FX workflows.

Key Takeaways

  1. Most relevant properties: OutputShader.

Connects To