소스 검색

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;