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;