Specular Map

Learn how to use a specular map for the shininess of objects in Three.js.

Specular map to determine shininess

We have mostly used THREE.MeshStandardMaterial in our examples, and the different maps supported by that material. THREE.MeshStandardMaterial is often our best choice if we need a material because it can be easily configured to represent a large number of different types of real-world materials. In older versions of Three.js, we had ...