I am currently working on a 3D maze game where the walls are rendered as Meshes affected by a PointLight. However, I am encountering an issue with some objects that are implemented as Sprites - they appear fully illuminated, similar to MeshBasicMaterial.
Is there a way to make these Sprites respond to light in the same manner as Lambert or Phong materials?