Michael Herzog пре 3 година
родитељ
комит
283ce1ce24
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/api/zh/renderers/webgl/WebGLProgram.html

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

@@ -35,7 +35,7 @@
 		uniform vec3 cameraPosition;
 		uniform vec3 cameraPosition;
 		</code>
 		</code>
 		<code>
 		<code>
-		// default vertex attributes provided and BufferGeometry
+		// default vertex attributes provided by BufferGeometry
 		attribute vec3 position;
 		attribute vec3 position;
 		attribute vec3 normal;
 		attribute vec3 normal;
 		attribute vec2 uv;
 		attribute vec2 uv;

粤ICP备19079148号