Browse Source

Merge pull request #20339 from ycw/patch-3

TS: Update Face3.d.ts
Mr.doob 4 years ago
parent
commit
5be1d88c55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Face3.d.ts

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

@@ -89,7 +89,7 @@ export class Face3 {
 	vertexColors: Color[];
 
 	/**
-	 * Material index (points to {@link Geometry.materials}).
+	 * Material index (points to {@link Mesh.material}).
 	 * @default 0
 	 */
 	materialIndex: number;