the light and shadow from the sphere don’t appear on all the planes. You may have to hit “Run” a few times to get a good random layout. Some of the Planes never receive shadow or light.
@Fyrestar But even on some Planes the light never shines. Maybe it is because of the angle they are with respect to the light, so reflection doesn’t go to the camera?
Does the material being mostly transparent have anything to do with it?
EDIT: Actually, here’s an example with high intensity, and even though the sphere is intensely lit when at the edges of the view, the Planes are not intensely lit at all, which seems obviously wrong with such a high level of intensity. The shadow should intuitively be going past the edges of the screen.
It turns out this is because Three.js Meshes with PlaneGeometry currently don’t cast shadows by default, and the workarounds can introduce unwanted artefacts:
(Sorry for that duplicate thread, I forgot about this one!)