Examples: Clean up comments.
@@ -71,7 +71,7 @@
dirLight.shadow.camera.far = 20;
scene.add( dirLight );
- // scene.add( new CameraHelper( dirLight.shadow.camera ) );
+ // scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
//
@@ -84,7 +84,7 @@
dirLight.shadow.camera.far = 40;
- // scene.add( new CameraHelper( light.shadow.camera ) );
// ground
@@ -57,7 +57,7 @@
light.position.set( - 1.25, 1, 1.25 );
scene.add( light );
- // const helper = new CameraHelper( light.shadow.camera );
+ // const helper = new THREE.CameraHelper( light.shadow.camera );
// scene.add( helper );