소스 검색

Examples: Typo

Mugen87 7 년 전
부모
커밋
5d6ad5e588
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_mirror_nodes.html

+ 1 - 1
examples/webgl_mirror_nodes.html

@@ -152,7 +152,7 @@
 
 
 				var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
 				var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
 
 
-				// mirror/refractor plane
+				// reflector/mirror plane
 				var groundMirror = new THREE.ReflectorRTT( 100, 100, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT } );
 				var groundMirror = new THREE.ReflectorRTT( 100, 100, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT } );
 
 
 				var mask = new THREE.SwitchNode( new THREE.TextureNode( decalDiffuse ), 'w' );
 				var mask = new THREE.SwitchNode( new THREE.TextureNode( decalDiffuse ), 'w' );