Ver Fonte

Fix typo in comment: mirorr -> mirror

nikolas há 10 anos atrás
pai
commit
28b633b93a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/webgl_mirror.html

+ 1 - 1
examples/webgl_mirror.html

@@ -86,7 +86,7 @@
 
 
 				var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
 				var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
 				
 				
-				// MIRORR planes
+				// MIRROR planes
 				groundMirror = new THREE.Mirror( renderer, camera, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT, color: 0x777777 } );
 				groundMirror = new THREE.Mirror( renderer, camera, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT, color: 0x777777 } );
 				
 				
 				var mirrorMesh = new THREE.Mesh( planeGeo, groundMirror.material );
 				var mirrorMesh = new THREE.Mesh( planeGeo, groundMirror.material );