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
| Property | Description |
|---|
.DotScreenShader : ShaderMaterial~Shader (inner, constant) | Dot screen shader based on glfx.js sepia shader. |
Key Takeaways
- Most relevant properties: DotScreenShader.
Connects To