Chapter 716: NormalMapShader
Core Idea
Reference for NormalMapShader.
Key Concepts
- NormalMapShader : ShaderMaterial~Shader (inner, constant): Normal map shader, compute normals from heightmap.
Code Examples
import { NormalMapShader } from 'three/addons/shaders/NormalMapShader.js';
- What it demonstrates: Typical usage of NormalMapShader.
Reference Tables
Properties
| Property | Description |
|---|
.NormalMapShader : ShaderMaterial~Shader (inner, constant) | Normal map shader, compute normals from heightmap. |
Key Takeaways
- Most relevant properties: NormalMapShader.
Connects To