sunag 7 năm trước cách đây
mục cha
commit
ec72572148
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_materials_nodes.html

+ 1 - 1
examples/webgl_materials_nodes.html

@@ -2029,7 +2029,7 @@
 					mtl.shininess = new THREE.FloatNode( 15 );
 
 					// not use "uniform" input ( for optimization ) 
-					// instead use explicit declaration example: 
+					// instead use explicit declaration, for example: 
 					// vec3( 1.0, 1.0, 1.0 ) instead "uniform vec3"
 					// but not allow change the value after build the shader material
 					mtl.color.readonly = mtl.specular.readonly = mtl.shininess.readonly = true;