Chapter 731: SSRShader
Core Idea
Reference for SSRShader.
Key Concepts
- SSRBlurShader : ShaderMaterial~Shader (inner, constant): SSR Blur shader.
- SSRDepthShader : ShaderMaterial~Shader (inner, constant): SSR Depth shader.
- SSRShader : ShaderMaterial~Shader (inner, constant): SSR shader.
Code Examples
import * as SSRShader from 'three/addons/shaders/SSRShader.js';
- What it demonstrates: Typical usage of SSRShader.
Reference Tables
Properties
| Property | Description |
|---|
.SSRBlurShader : ShaderMaterial~Shader (inner, constant) | SSR Blur shader. |
.SSRDepthShader : ShaderMaterial~Shader (inner, constant) | SSR Depth shader. |
.SSRShader : ShaderMaterial~Shader (inner, constant) | SSR shader. |
Key Takeaways
- Most relevant properties: SSRBlurShader, SSRDepthShader, SSRShader.
Connects To