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;