📖 INDEX
LOADING ENGINE...
MeshNormalMaterial
THREE.JS REFERENCE // meshnormalmaterial
A material that maps the normal vectors to RGB colors.
Syntax
const material = new THREE.MeshNormalMaterial();Examples
Example 01Basic Usage
const material = new THREE.MeshNormalMaterial();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.