Ugly shader using Three.js and react-three/fiber


What causes the ugly shader? I’m using Three.js ^0.159.0, react-three/fiber 8.

I’m using THREE.MeshStandardMaterial

I figured it out. I had to add ‘flatShading’-property to the material.

1 Like