소스 검색

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