diff --git a/src/scene/lighting/world-clusters-debug.js b/src/scene/lighting/world-clusters-debug.js index d5490124029..1fed326ac11 100644 --- a/src/scene/lighting/world-clusters-debug.js +++ b/src/scene/lighting/world-clusters-debug.js @@ -161,6 +161,7 @@ class WorldClustersDebug { if (cubes) { mesh.setPositions(positions); + mesh.setNormals(new Float32Array(positions.length)); mesh.setColors32(colors); mesh.setIndices(indices); mesh.update(PRIMITIVE_TRIANGLES, false);