Explorar o código

Examples: Typo

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
5d6ad5e588
Modificáronse 1 ficheiros con 1 adicións e 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' );