Преглед на файлове

Merge pull request #20513 from Mugen87/dev51

Examples: Clean up comments.
Michael Herzog преди 4 години
родител
ревизия
9532871be4
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      examples/webaudio_orientation.html
  2. 1 1
      examples/webgl_animation_skinning_blending.html
  3. 1 1
      examples/webgl_clipping_intersection.html

+ 1 - 1
examples/webaudio_orientation.html

@@ -71,7 +71,7 @@
 			dirLight.shadow.camera.far = 20;
 			dirLight.shadow.camera.far = 20;
 			scene.add( dirLight );
 			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;
 				dirLight.shadow.camera.far = 40;
 				scene.add( dirLight );
 				scene.add( dirLight );
 
 
-				// scene.add( new CameraHelper( light.shadow.camera ) );
+				// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
 
 
 				// ground
 				// ground
 
 

+ 1 - 1
examples/webgl_clipping_intersection.html

@@ -57,7 +57,7 @@
 				light.position.set( - 1.25, 1, 1.25 );
 				light.position.set( - 1.25, 1, 1.25 );
 				scene.add( light );
 				scene.add( light );
 
 
-				// const helper = new CameraHelper( light.shadow.camera );
+				// const helper = new THREE.CameraHelper( light.shadow.camera );
 				// scene.add( helper );
 				// scene.add( helper );
 
 
 				//
 				//