Capítulo 696 de 859

Chapter 696: DotScreenShader

Core Idea

Reference for DotScreenShader.

Key Concepts

  • DotScreenShader : ShaderMaterial~Shader (inner, constant): Dot screen shader based on glfx.js sepia shader.

Code Examples

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

Reference Tables

Properties

PropertyDescription
.DotScreenShader : ShaderMaterial~Shader (inner, constant)Dot screen shader based on glfx.js sepia shader.

Key Takeaways

  1. Most relevant properties: DotScreenShader.

Connects To