Explorar el Código

fix alert name

SUNAG hace 9 años
padre
commit
0fe5f5e49a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/nodes/utils/NormalMapNode.js

+ 1 - 1
examples/js/nodes/utils/NormalMapNode.js

@@ -34,7 +34,7 @@ THREE.NormalMapNode.prototype.generate = function( builder, output ) {
 	}
 	else {
 
-		console.warn( "THREE.NormalMap is not compatible with " + builder.shader + " shader." );
+		console.warn( "THREE.NormalMapNode is not compatible with " + builder.shader + " shader." );
 
 		return builder.format( 'vec3( 0.0 )', this.type, output );