@galacean/effects-plugin-model 2.0.0-alpha.15 → 2.0.0-alpha.17
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 +10 -9
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +11 -10
- package/dist/alipay.mjs.map +1 -1
- package/dist/gltf/json-converter.d.ts +1 -1
- package/dist/index.js +11 -10
- 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 +12 -11
- package/dist/index.mjs.map +1 -1
- package/dist/loader.mjs +12 -11
- package/dist/loader.mjs.map +1 -1
- package/dist/plugin/model-plugin.d.ts +1 -1
- package/package.json +4 -4
|
@@ -99,7 +99,7 @@ export declare class ModelPluginComponent extends ItemBehaviour {
|
|
|
99
99
|
* 反序列化,创建场景管理器
|
|
100
100
|
* @param date - 组件参数
|
|
101
101
|
*/
|
|
102
|
-
fromData(data:
|
|
102
|
+
fromData(data: ModelPluginOptions): void;
|
|
103
103
|
/**
|
|
104
104
|
* 组件初始化,初始化场景管理器并更新合成相机
|
|
105
105
|
* @param sceneParams - 场景参数
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galacean/effects-plugin-model",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.17",
|
|
4
4
|
"description": "Galacean Effects player model plugin",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"registry": "https://registry.npmjs.org"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@galacean/effects-helper": "2.0.0-alpha.
|
|
41
|
+
"@galacean/effects-helper": "2.0.0-alpha.17"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@vvfx/resource-detection": "0.6.0-alpha.8",
|
|
45
45
|
"@types/hammerjs": "^2.0.45",
|
|
46
46
|
"fpsmeter": "^0.3.1",
|
|
47
47
|
"hammerjs": "^2.0.8",
|
|
48
|
-
"@galacean/effects": "2.0.0-alpha.
|
|
49
|
-
"@galacean/effects-plugin-editor-gizmo": "2.0.0-alpha.
|
|
48
|
+
"@galacean/effects": "2.0.0-alpha.17",
|
|
49
|
+
"@galacean/effects-plugin-editor-gizmo": "2.0.0-alpha.17"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"dev": "vite",
|