Capítulo 716 de 859

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

PropertyDescription
.NormalMapShader : ShaderMaterial~Shader (inner, constant)Normal map shader, compute normals from heightmap.

Key Takeaways

  1. Most relevant properties: NormalMapShader.

Connects To