remove light helper

This commit is contained in:
Evan Scamehorn
2025-11-26 01:38:58 -06:00
parent f7667a28ff
commit 28fef62e66

View File

@@ -44,9 +44,6 @@ dirLight.shadow.bias = -0.0005;
scene.add(dirLight); scene.add(dirLight);
const helper = new THREE.CameraHelper(dirLight.shadow.camera);
scene.add(helper);
// 3. Helpers (Ground) // 3. Helpers (Ground)
const plane = new THREE.Mesh( const plane = new THREE.Mesh(
new THREE.PlaneGeometry(5000, 5000), new THREE.PlaneGeometry(5000, 5000),