📖 INDEX
LOADING ENGINE...
MeshMatcapMaterial
THREE.JS REFERENCE // meshmatcapmaterial
A material defined by a MatCap (or Lit Sphere) texture.
Syntax
const material = new THREE.MeshMatcapMaterial({ matcap: texture });Examples
Example 01Basic Usage
const material = new THREE.MeshMatcapMaterial({ matcap: texture });Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.