Explorar el Código

Examples: Typo

Mugen87 hace 8 años
padre
commit
5d6ad5e588
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );
 
-				// mirror/refractor plane
+				// reflector/mirror plane
 				var groundMirror = new THREE.ReflectorRTT( 100, 100, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT } );
 
 				var mask = new THREE.SwitchNode( new THREE.TextureNode( decalDiffuse ), 'w' );

粤ICP备19079148号