Procházet zdrojové kódy

Merge pull request #13502 from mrdoob/Mugen87-patch-1

Update WebGLProgram.html
Mr.doob před 7 roky
rodič
revize
e347d8d245
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      docs/api/renderers/webgl/WebGLProgram.html

+ 0 - 1
docs/api/renderers/webgl/WebGLProgram.html

@@ -40,7 +40,6 @@
 		attribute vec3 position;
 		attribute vec3 position;
 		attribute vec3 normal;
 		attribute vec3 normal;
 		attribute vec2 uv;
 		attribute vec2 uv;
-		attribute vec2 uv2;
 		</code>
 		</code>
 		<p>
 		<p>
 		Note that you can therefore calculate the position of a vertex in the vertex shader by:
 		Note that you can therefore calculate the position of a vertex in the vertex shader by:

粤ICP备19079148号