Capítulo 715 de 859

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

PropertyDescription
.MirrorShader : ShaderMaterial~Shader (inner, constant)Copies half the input to the other half.

Key Takeaways

  1. Most relevant properties: MirrorShader.

Connects To