@tresjs/post-processing 3.2.5 → 3.3.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/post-processing
|
|
3
|
-
* version: v3.
|
|
3
|
+
* version: v3.3.0
|
|
4
4
|
* (c) 2026
|
|
5
5
|
* description: Post-processing library for TresJS
|
|
6
6
|
* author: Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)
|
|
@@ -152,9 +152,9 @@ declare const __VLS_export$35: __VLS_WithSlots$1<vue40.DefineComponent<EffectCom
|
|
|
152
152
|
enabled: boolean;
|
|
153
153
|
depthBuffer: boolean;
|
|
154
154
|
stencilBuffer: boolean;
|
|
155
|
+
multisampling: number;
|
|
155
156
|
disableNormalPass: boolean;
|
|
156
157
|
autoClear: boolean;
|
|
157
|
-
multisampling: number;
|
|
158
158
|
frameBufferType: number;
|
|
159
159
|
}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/post-processing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"description": "Post-processing library for TresJS",
|
|
6
6
|
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@tresjs/core": "5.
|
|
42
|
+
"@tresjs/core": "5.4.0",
|
|
43
43
|
"three": ">=0.169",
|
|
44
44
|
"vue": ">=3.4"
|
|
45
45
|
},
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"vite-plugin-dts": "4.5.4",
|
|
64
64
|
"vue": "^3.5.22",
|
|
65
65
|
"vue-tsc": "^3.2.1",
|
|
66
|
-
"@tresjs/core": "5.
|
|
67
|
-
"@tresjs/
|
|
68
|
-
"@tresjs/
|
|
66
|
+
"@tresjs/core": "5.4.0",
|
|
67
|
+
"@tresjs/leches": "1.1.4",
|
|
68
|
+
"@tresjs/eslint-config": "1.5.1"
|
|
69
69
|
},
|
|
70
70
|
"nx": {
|
|
71
71
|
"implicitDependencies": [
|