@soonspacejs/plugin-effect 2.6.22 → 2.6.23
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 +0 -7
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -17,19 +17,12 @@ export interface SmokeInfo extends PluginObjectInfo {
|
|
|
17
17
|
color?: IColor[];
|
|
18
18
|
}
|
|
19
19
|
export interface SparklesInfo extends PluginObjectInfo {
|
|
20
|
-
/** Number of particles (default: 100) */
|
|
21
20
|
count?: number;
|
|
22
|
-
/** Speed of particles (default: 1) */
|
|
23
21
|
speed?: number | Float32Array;
|
|
24
|
-
/** Opacity of particles (default: 1) */
|
|
25
22
|
opacity?: number | Float32Array;
|
|
26
|
-
/** Color of particles (default: 100) */
|
|
27
23
|
color?: IColor | Float32Array;
|
|
28
|
-
/** Size of particles (default: randomized between 0 and 1) */
|
|
29
24
|
size?: number | Float32Array;
|
|
30
|
-
/** The space the particles occupy (default: 1) */
|
|
31
25
|
scalar?: number | [number, number, number] | IVector3;
|
|
32
|
-
/** Movement factor (default: 1) */
|
|
33
26
|
noise?: number | [number, number, number] | IVector3 | Float32Array;
|
|
34
27
|
}
|
|
35
28
|
export interface ContactShadowsInfo extends Omit<PluginObjectInfo, 'scale'> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-effect",
|
|
3
3
|
"pluginName": "EffectPlugin",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.23",
|
|
5
5
|
"description": "Effect plugin for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@three3d/particle": "^1.0.2",
|
|
18
18
|
"heatmap-ts": "^0.0.4"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "f2663d1f19490a759b0010679fe8db55c3759bbb",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"soonspacejs": "2.6.
|
|
22
|
+
"soonspacejs": "2.6.23"
|
|
23
23
|
}
|
|
24
24
|
}
|