Quellcode durchsuchen

Update Face3.d.ts

- corrected the link from `Geometry.materials` (old api?) to `Mesh.material` (array)
ycw vor 5 Jahren
Ursprung
Commit
4f70f36147
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;

粤ICP备19079148号