소스 검색

fixed doc

ycw 5 년 전
부모
커밋
fe7b926a6a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/core/Face3.d.ts

+ 2 - 2
src/core/Face3.d.ts

@@ -70,7 +70,7 @@ export class Face3 {
 	normal: Vector3;
 
 	/**
-	 * Array of 4 vertex normals.
+	 * Array of 3 vertex normals.
 	 */
 	vertexNormals: Vector3[];
 
@@ -80,7 +80,7 @@ export class Face3 {
 	color: Color;
 
 	/**
-	 * Array of 4 vertex normals.
+	 * Array of 3 vertex colors.
 	 */
 	vertexColors: Color[];