瀏覽代碼

Update WebGLProgram.html

Michael Herzog 2 年之前
父節點
當前提交
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;
 		</code>
 		<code>
-		// default vertex attributes provided and BufferGeometry
+		// default vertex attributes provided by BufferGeometry
 		attribute vec3 position;
 		attribute vec3 normal;
 		attribute vec2 uv;