Skip to content

Commit 9532871

Browse files
authored
Merge pull request #20513 from Mugen87/dev51
Examples: Clean up comments.
2 parents 7d2ec59 + 8b00d2d commit 9532871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/webaudio_orientation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
dirLight.shadow.camera.far = 20;
7272
scene.add( dirLight );
7373

74-
// scene.add( new CameraHelper( dirLight.shadow.camera ) );
74+
// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
7575

7676
//
7777

examples/webgl_animation_skinning_blending.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
dirLight.shadow.camera.far = 40;
8585
scene.add( dirLight );
8686

87-
// scene.add( new CameraHelper( light.shadow.camera ) );
87+
// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
8888

8989
// ground
9090

examples/webgl_clipping_intersection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
light.position.set( - 1.25, 1, 1.25 );
5858
scene.add( light );
5959

60-
// const helper = new CameraHelper( light.shadow.camera );
60+
// const helper = new THREE.CameraHelper( light.shadow.camera );
6161
// scene.add( helper );
6262

6363
//

0 commit comments

Comments
 (0)