Browse Source

Merge pull request #20513 from Mugen87/dev51

Examples: Clean up comments.
Michael Herzog 4 years ago
parent
commit
9532871be4

+ 1 - 1
examples/webaudio_orientation.html

@@ -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 ) );
 
 			//
 

+ 1 - 1
examples/webgl_animation_skinning_blending.html

@@ -84,7 +84,7 @@
 				dirLight.shadow.camera.far = 40;
 				scene.add( dirLight );
 
-				// scene.add( new CameraHelper( light.shadow.camera ) );
+				// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
 
 				// ground
 

+ 1 - 1
examples/webgl_clipping_intersection.html

@@ -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 );
 
 				//