angular-three-postprocessing 4.1.1 → 4.2.0
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/package.json
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
2
|
+
"name": "angular-three-postprocessing",
|
|
3
|
+
"version": "4.2.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/postprocessing"
|
|
10
|
+
},
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "Chau Tran",
|
|
13
|
+
"email": "nartc7789@gmail.com",
|
|
14
|
+
"url": "https://nartc.me"
|
|
15
|
+
},
|
|
16
|
+
"description": "Postprocessing for Angular Three",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"angular",
|
|
19
|
+
"threejs",
|
|
20
|
+
"renderer",
|
|
21
|
+
"postprocessing"
|
|
22
|
+
],
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"@angular/common": ">=20.0.0 <22.0.0",
|
|
26
|
+
"@angular/core": ">=20.0.0 <22.0.0",
|
|
27
|
+
"maath": ">=0.10.0 <0.11.0",
|
|
28
|
+
"n8ao": ">=1.9.4 <2.0.0",
|
|
29
|
+
"postprocessing": "^6.0.0",
|
|
30
|
+
"three": ">=0.157.0 <0.183.0",
|
|
31
|
+
"three-stdlib": "^2.0.0"
|
|
32
|
+
},
|
|
33
|
+
"peerDependenciesMeta": {
|
|
34
|
+
"n8ao": {
|
|
35
|
+
"optional": true
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"tslib": "^2.7.0"
|
|
40
|
+
},
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"web-types": [
|
|
43
|
+
"../../node_modules/angular-three/web-types.json",
|
|
44
|
+
"node_modules/angular-three/web-types.json"
|
|
45
|
+
],
|
|
46
|
+
"module": "fesm2022/angular-three-postprocessing.mjs",
|
|
47
|
+
"typings": "types/angular-three-postprocessing.d.ts",
|
|
48
|
+
"exports": {
|
|
49
|
+
"./package.json": {
|
|
50
|
+
"default": "./package.json"
|
|
51
|
+
},
|
|
52
|
+
".": {
|
|
53
|
+
"types": "./types/angular-three-postprocessing.d.ts",
|
|
54
|
+
"default": "./fesm2022/angular-three-postprocessing.mjs"
|
|
55
|
+
},
|
|
56
|
+
"./n8ao": {
|
|
57
|
+
"types": "./types/angular-three-postprocessing-n8ao.d.ts",
|
|
58
|
+
"default": "./fesm2022/angular-three-postprocessing-n8ao.mjs"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
61
|
}
|
|
@@ -221,7 +221,7 @@ declare class NgtpEffectComposer {
|
|
|
221
221
|
* The scene used for rendering effects.
|
|
222
222
|
* Uses custom scene from options if provided, otherwise uses the store's scene.
|
|
223
223
|
*/
|
|
224
|
-
scene: _angular_core.Signal<THREE.Scene
|
|
224
|
+
scene: _angular_core.Signal<THREE.Scene<THREE.Object3DEventMap>>;
|
|
225
225
|
/**
|
|
226
226
|
* The camera used for rendering effects.
|
|
227
227
|
* Uses custom camera from options if provided, otherwise uses the store's camera.
|
|
@@ -1503,7 +1503,7 @@ declare class NgtpSelectiveBloom {
|
|
|
1503
1503
|
* Not needed if using NgtSelectionApi.
|
|
1504
1504
|
* @default []
|
|
1505
1505
|
*/
|
|
1506
|
-
selection: _angular_core.InputSignal<THREE.Object3D<THREE.Object3DEventMap> | THREE.Object3D<THREE.Object3DEventMap>
|
|
1506
|
+
selection: _angular_core.InputSignal<THREE.Object3D<THREE.Object3DEventMap> | ElementRef<THREE.Object3D<THREE.Object3DEventMap> | undefined> | THREE.Object3D<THREE.Object3DEventMap>[] | ElementRef<THREE.Object3D<THREE.Object3DEventMap> | undefined>[]>;
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Configuration options for the selective bloom effect.
|
|
1509
1509
|
* @see SelectiveBloomOptions
|