Browse Source

fixed doc

ycw 5 years ago
parent
commit
fe7b926a6a
1 changed files with 2 additions and 2 deletions
  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[];