Capítulo 695 de 859

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

PropertyDescription
.DOFMipMapShader : ShaderMaterial~Shader (inner, constant)Depth-of-field shader using mipmaps from Matt Handley @applmak.

Key Takeaways

  1. Most relevant properties: DOFMipMapShader.

Connects To