MeshPhongMaterial isn’t working but MeshBasicMaterial works fine:
What might be the issue?
MeshPhongMaterial isn’t working but MeshBasicMaterial works fine:
What might be the issue?
The directional light only illuminates the top side of your box. The sides and the bottoms receive no light.
I suggest you always add an ambient or hemisphere light to your scene in order to prevent such issues.