📖 INDEX
LOADING ENGINE...
MeshLambertMaterial
THREE.JS REFERENCE // meshlambertmaterial
A material for non-shiny surfaces, without specular highlights.
Syntax
const material = new THREE.MeshLambertMaterial({ color: 0xffff00 });Examples
Example 01Basic Usage
const material = new THREE.MeshLambertMaterial({ color: 0xffff00 });Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.