sunag 8 年之前
父节点
当前提交
0e8c0865c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;