Chapter 695: DOFMipMapShader
Core Idea
Reference for DOFMipMapShader.
Key Concepts
- DOFMipMapShader : ShaderMaterial~Shader (inner, constant): Depth-of-field shader using mipmaps from Matt Handley @applmak.
Code Examples
import { DOFMipMapShader } from 'three/addons/shaders/DOFMipMapShader.js';
- What it demonstrates: Typical usage of DOFMipMapShader.
Reference Tables
Properties
| Property | Description |
|---|
.DOFMipMapShader : ShaderMaterial~Shader (inner, constant) | Depth-of-field shader using mipmaps from Matt Handley @applmak. |
Key Takeaways
- Most relevant properties: DOFMipMapShader.
Connects To