I've been experimenting with shadows in three.js and have encountered a problem where the shadow is being cast on two faces of a mesh, as shown here.
It's puzzling that the shadow from the "head" of my character is appearing on two faces of the red polygon. I'm utilizing both THREE.HemisphereLight
and THREE.DirectionalLight
, along with the properties castShadow
and receiveShadow
.