Capítulo 722 de 859

Chapter 722: RGBShiftShader

Core Idea

Reference for RGBShiftShader.

Key Concepts

Code Examples

import { RGBShiftShader } from 'three/addons/shaders/RGBShiftShader.js';
  • What it demonstrates: Typical usage of RGBShiftShader.

Reference Tables

Properties

PropertyDescription
.RGBShiftShader : ShaderMaterial~Shader (inner, constant)RGB Shift Shader Shifts red and blue channels from center in opposite directions Ported from https://web.archive.org/web/20090820185047/http://kriss.cx/tom/2009/05/rgb-shift/ by Tom Butterworth / htt…

Key Takeaways

  1. Most relevant properties: RGBShiftShader.

Connects To