Chapter 715: MirrorShader
Core Idea
Reference for MirrorShader.
Key Concepts
- MirrorShader : ShaderMaterial~Shader (inner, constant): Copies half the input to the other half.
Code Examples
import { MirrorShader } from 'three/addons/shaders/MirrorShader.js';
- What it demonstrates: Typical usage of MirrorShader.
Reference Tables
Properties
| Property | Description |
|---|
.MirrorShader : ShaderMaterial~Shader (inner, constant) | Copies half the input to the other half. |
Key Takeaways
- Most relevant properties: MirrorShader.
Connects To