@galacean/effects-plugin-model 2.3.0-beta.0 → 2.3.0-beta.2
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/alipay.js +1 -1
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +1 -1
- package/dist/alipay.mjs.map +1 -1
- package/dist/douyin.js +1 -1
- package/dist/douyin.js.map +1 -1
- package/dist/douyin.mjs +1 -1
- package/dist/douyin.mjs.map +1 -1
- package/dist/index.js +29 -30
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +29 -30
- package/dist/index.mjs.map +1 -1
- package/dist/loader.mjs +30 -31
- package/dist/loader.mjs.map +1 -1
- package/dist/plugin/model-plugin.d.ts +1 -1
- package/dist/weapp.js +1 -1
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +1 -1
- package/dist/weapp.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -23,7 +23,7 @@ export declare class ModelPlugin extends AbstractPlugin {
|
|
|
23
23
|
* @param options - 加载选项
|
|
24
24
|
*/
|
|
25
25
|
static prepareResource(scene: Scene, options: SceneLoadOptions): Promise<void>;
|
|
26
|
-
|
|
26
|
+
precompile(compositions: spec.CompositionData[], renderer: Renderer): Promise<void>;
|
|
27
27
|
/**
|
|
28
28
|
* 创建 3D 场景管理器和缓存器
|
|
29
29
|
* @param composition - 合成
|