Просмотр исходного кода

Update Face3.d.ts

- corrected the link from `Geometry.materials` (old api?) to `Mesh.material` (array)
ycw 5 лет назад
Родитель
Сommit
4f70f36147
1 измененных файлов с 1 добавлено и 1 удалено
  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号