瀏覽代碼

Param Desc Change

Fixed the parameter description for the mesh object.
Pryme8 6 年之前
父節點
當前提交
163556a1d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      serializers/src/stl/stlSerializer.ts

+ 1 - 1
serializers/src/stl/stlSerializer.ts

@@ -8,7 +8,7 @@ import { Vector3 } from "babylonjs/Maths/math";
 export class STLExport {
      /**
      * Exports the geometry of a Mesh array in .STL file format (ASCII)
-     * @param mesh defines the list of meshes to serialize
+     * @param mesh defines the meshe to serialize
      * @param fileName Name of the file when downloaded.
      * @param download triggers the automatic download of the file.
      * @returns the ASCII STL format