@galacean/effects-plugin-model 0.0.1-alpha.1 → 0.0.1-alpha.3

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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Galacean Effects Model Plugin
2
2
 
3
- ## 本地开发
3
+ ## Development
4
4
 
5
- ### 开始开发
5
+ ### Getting Started
6
6
 
7
7
  ``` bash
8
8
  # demo & test
@@ -11,16 +11,16 @@ pnpm --filter @galacean/effects-plugin-model dev
11
11
  pnpm --filter @galacean/effects-plugin-model preview
12
12
  ```
13
13
 
14
- > 浏览器打开:http://localhost:8081/demo/index.html
14
+ > Open in browser: http://localhost:8081/demo/index.html
15
15
 
16
- ##### WebGL1 环境
16
+ ##### Use WebGL1
17
17
 
18
- > 浏览器打开:http://localhost:8081/demo/index.html?webgl=1
18
+ > Open in browser: http://localhost:8081/demo/index.html?webgl=1
19
19
 
20
- ### 单测
20
+ ### Testing
21
21
 
22
22
  ``` bash
23
- # 同上
23
+ # Ditto
24
24
  ```
25
25
 
26
- > 浏览器打开:http://localhost:8081/test/index.html
26
+ > Open in browser: http://localhost:8081/test/index.html
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player model plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 飂兮
6
- * Version: v0.0.1-alpha.1
6
+ * Version: v0.0.1-alpha.3
7
7
  */
8
8
 
9
9
  'use strict';
@@ -16045,8 +16045,8 @@ var GLTFHelper = /** @class */ (function () {
16045
16045
 
16046
16046
  effects.registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
16047
16047
  effects.registerPlugin('model', ModelPlugin, ModelVFXItem);
16048
- var version = "0.0.1-alpha.1";
16049
- console.debug('[Galacean Effects Plugin Model] version: ' + "0.0.1-alpha.1");
16048
+ var version = "0.0.1-alpha.3";
16049
+ console.debug('[Galacean Effects Plugin Model] version: ' + "0.0.1-alpha.3");
16050
16050
 
16051
16051
  exports.Box3 = Box3;
16052
16052
  exports.BoxMesh = BoxMesh;