sunag 8 years ago
parent
commit
0e8c0865c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/webgl_materials_nodes.html

+ 1 - 0
examples/webgl_materials_nodes.html

@@ -830,6 +830,7 @@
 
 					var texture = new THREE.TextureNode( getTexture( "brick" ) );
 					texture.coord = new THREE.UVTransformNode();
+					//texture.coord.uv = new THREE.UVNode( 1 ); // uv2 for example
 
 					mtl.color = texture;