@galacean/effects-threejs 0.0.1-alpha.0 → 0.0.1-alpha.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.
@@ -18,16 +18,12 @@ export interface CompositionBaseProps {
18
18
  * 播放速度
19
19
  */
20
20
  speed?: number;
21
- /**
22
- * 是否保留 CPU 端资源
23
- */
24
- keepResource?: boolean;
25
21
  reusable?: boolean;
26
22
  baseRenderOrder?: number;
27
23
  /**
28
24
  * 合成基础变换
29
25
  */
30
- rootTransform?: Transform;
26
+ transform?: Transform;
31
27
  /**
32
28
  * Shader 库
33
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-threejs",
3
- "version": "0.0.1-alpha.0",
3
+ "version": "0.0.1-alpha.1",
4
4
  "description": "Galacean Effects runtime threejs plugin for the web",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "registry": "https://registry.npmjs.org"
44
44
  },
45
45
  "dependencies": {
46
- "@galacean/effects-core": "0.0.1-alpha.0"
46
+ "@galacean/effects-core": "0.0.1-alpha.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "three": "^0.149.0",