Hi everybody!
i want to upgrade three.js to R73 in my current project. Unfortunately, i’m getting strange shadows casted by a THREE.DirectionalLight
on a THREE.MeshBasicMaterial
. Check out the following screenshots:
As you can see, the shadow in R73 is totally black.
OS: OS X Yosemite 10.10.5
GPU: AMD Radeon R9 M295X 4096 MB
Browser: Chrome 46.0.2490.86 (64-bit)
Was trying to get softer shadows and then discovered a trick of using emissive color on the object receiving the shadow. This might help someone.