gltf-parser-plugin 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -29,6 +29,12 @@ declare interface GLTFParserPluginOptions {
29
29
  * @default true
30
30
  */
31
31
  metadata?: boolean;
32
+ /**
33
+ * Worker 池中最大 Worker 数量
34
+ * 最大值为 navigator.hardwareConcurrency
35
+ * @default navigator.hardwareConcurrency
36
+ */
37
+ maxWorkers?: number;
32
38
  }
33
39
 
34
40
  export { }