shaders 2.5.122 → 2.5.124
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/core/{FloatingParticles-DKoG78j0.js → FloatingParticles-LMsFTJKp.js} +122 -7
- package/dist/core/ReflectivePlane-UIT4xlmn.js +230 -0
- package/dist/core/{VideoTexture-D9XxE1Hw.js → VideoTexture-ClutlOqj.js} +1 -1
- package/dist/core/{WebcamTexture-9Td8qQWm.js → WebcamTexture-D4e06ajM.js} +1 -1
- package/dist/core/index.js +42 -41
- package/dist/core/registry.js +42 -41
- package/dist/core/{shaderRegistry-BoqhBfun.js → shaderRegistry-DZDkRCt8.js} +79 -77
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/FloatingParticles/index.d.ts +1 -1
- package/dist/core/shaders/FloatingParticles/index.d.ts.map +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/ReflectivePlane/index.d.ts +46 -0
- package/dist/core/shaders/ReflectivePlane/index.d.ts.map +1 -0
- package/dist/core/shaders/ReflectivePlane/index.js +6 -0
- package/dist/core/shaders/Ring/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.js +1 -1
- package/dist/core/shaders/Shatter/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/Smoke/index.js +1 -1
- package/dist/core/shaders/SmokeFill/index.js +1 -1
- package/dist/core/shaders/Solarize/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Star/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Stripes/index.js +1 -1
- package/dist/core/shaders/StudioBackground/index.js +1 -1
- package/dist/core/shaders/SunBurst/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Trapezoid/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Truchet/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/VHS/index.js +1 -1
- package/dist/core/shaders/Vesica/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +2 -2
- package/dist/core/shaders/Vignette/index.js +1 -1
- package/dist/core/shaders/Voronoi/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- package/dist/core/shaders/WorleyNoise/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +12 -1
- package/dist/react/Preview.js +1 -0
- package/dist/react/ReflectivePlane.js +217 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/bundle.js +207 -207
- package/dist/react/components/ReflectivePlane.d.ts +36 -0
- package/dist/react/components/ReflectivePlane.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +2 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +12 -1
- package/dist/registry.js +219 -2
- package/dist/solid/components/ReflectivePlane.d.ts +33 -0
- package/dist/solid/components/ReflectivePlane.d.ts.map +1 -0
- package/dist/solid/components/ReflectivePlane.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +158 -156
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +82 -80
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +12 -1
- package/dist/svelte/components/ReflectivePlane.svelte.d.ts +23 -0
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +740 -540
- package/dist/svelte/source/components/ReflectivePlane.svelte +329 -0
- package/dist/svelte/source/engine/Preview.svelte +2 -0
- package/dist/svelte/source/index.js +1 -0
- package/dist/svelte/utils/generatePresetCode.js +12 -1
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/vue/ReflectivePlane.js +3 -0
- package/dist/vue/ReflectivePlane.vue_vue_type_script_setup_true_lang.js +218 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/components/ReflectivePlane.vue.d.ts +58 -0
- package/dist/vue/components/ReflectivePlane.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +1 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +2 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +12 -1
- package/package.json +9 -1
- /package/dist/core/{Ring-CtnDtTY8.js → Ring-UT__kmzY.js} +0 -0
- /package/dist/core/{Ripples-B4H0VoZb.js → Ripples-CWVLSUP0.js} +0 -0
- /package/dist/core/{RoundedRect-tnt7Jr5b.js → RoundedRect-BPWHTT1j.js} +0 -0
- /package/dist/core/{Saturation-6FlxHXSi.js → Saturation-DFOp2yD9.js} +0 -0
- /package/dist/core/{Sharpness-C4cJlBuh.js → Sharpness-C-IEswPL.js} +0 -0
- /package/dist/core/{Shatter-CnkycTRD.js → Shatter-CUYQp-qy.js} +0 -0
- /package/dist/core/{SimplexNoise-BnRaoxON.js → SimplexNoise-LAxWw8fJ.js} +0 -0
- /package/dist/core/{SineWave-CZ4Fanvr.js → SineWave-CEQWxC9Q.js} +0 -0
- /package/dist/core/{Smoke-CXPjGG-b.js → Smoke-DO4yylWk.js} +0 -0
- /package/dist/core/{SmokeFill-DzEtYeKN.js → SmokeFill-Dm0sZS5F.js} +0 -0
- /package/dist/core/{Solarize-CynVlxjT.js → Solarize-mE7LU1li.js} +0 -0
- /package/dist/core/{SolidColor-dCAOGC_P.js → SolidColor-BljkSdvg.js} +0 -0
- /package/dist/core/{Spherize-C77QGVWj.js → Spherize-DARagREe.js} +0 -0
- /package/dist/core/{Spiral-eN65wa6O.js → Spiral-CumsIpkp.js} +0 -0
- /package/dist/core/{Star-0Flymgm9.js → Star-8fAlzR9L.js} +0 -0
- /package/dist/core/{Strands-DnWJDGiO.js → Strands-BB4RIsFz.js} +0 -0
- /package/dist/core/{Stretch-B5XGF1bF.js → Stretch-3S2atBkJ.js} +0 -0
- /package/dist/core/{Stripes-CNXJpFyr.js → Stripes-BGFVSZIt.js} +0 -0
- /package/dist/core/{StudioBackground-DtiE2mCf.js → StudioBackground-BtJ6b1Ki.js} +0 -0
- /package/dist/core/{SunBurst-D9X1-buZ.js → SunBurst-BJRFFYhs.js} +0 -0
- /package/dist/core/{Swirl-BV6pN94G.js → Swirl-KA9cEnLI.js} +0 -0
- /package/dist/core/{TiltShift-r4qzPb2k.js → TiltShift-DtQ3dRL-.js} +0 -0
- /package/dist/core/{Tint-CJ8FQdzA.js → Tint-W_EvzN1-.js} +0 -0
- /package/dist/core/{Trapezoid-JmybJMUr.js → Trapezoid-cQzS6-bh.js} +0 -0
- /package/dist/core/{Tritone-D_QvxjGc.js → Tritone-B3hI2nAi.js} +0 -0
- /package/dist/core/{Truchet-BJeZS_JQ.js → Truchet-s9PmowCP.js} +0 -0
- /package/dist/core/{Twirl-8ayqS0n8.js → Twirl-UDDXGkFl.js} +0 -0
- /package/dist/core/{VHS-Gbec95K_.js → VHS-DW1H7Wuy.js} +0 -0
- /package/dist/core/{Vesica-D7iqgpJg.js → Vesica-ChQBYWuw.js} +0 -0
- /package/dist/core/{Vibrance-COKHmh8r.js → Vibrance-DUj7hwzE.js} +0 -0
- /package/dist/core/{Vignette-Y_2yono-.js → Vignette-F9yxi-UM.js} +0 -0
- /package/dist/core/{Voronoi-DQ_f6k5D.js → Voronoi-D8HHP_WR.js} +0 -0
- /package/dist/core/{WaveDistortion-R5FfwKQN.js → WaveDistortion-CDIc5Uyk.js} +0 -0
- /package/dist/core/{Weave-DJ4s3Gwc.js → Weave-ou5shgl3.js} +0 -0
- /package/dist/core/{WorleyNoise-CWytDfGH.js → WorleyNoise-Uf6IPm7A.js} +0 -0
- /package/dist/core/{ZoomBlur-DWFQVFMK.js → ZoomBlur-DJ-RNKHM.js} +0 -0
- /package/dist/core/{browser-BamVDhaZ.js → browser-NUM-x2tw.js} +0 -0
|
@@ -35,7 +35,7 @@ import { n as componentDefinition$33 } from "./Ellipse-sWhNvW9-.js";
|
|
|
35
35
|
import { n as componentDefinition$34 } from "./Emboss-DGaubb9x.js";
|
|
36
36
|
import { n as componentDefinition$35 } from "./FallingLines-DqIZ8wTH.js";
|
|
37
37
|
import { n as componentDefinition$36 } from "./FilmGrain-Dbw02Jz9.js";
|
|
38
|
-
import { n as componentDefinition$37 } from "./FloatingParticles-
|
|
38
|
+
import { n as componentDefinition$37 } from "./FloatingParticles-LMsFTJKp.js";
|
|
39
39
|
import { n as componentDefinition$38 } from "./Flower-BbRNrXIa.js";
|
|
40
40
|
import { n as componentDefinition$39 } from "./FlowField-D3CAHBBG.js";
|
|
41
41
|
import { n as componentDefinition$40 } from "./FlowingGradient-BRQ_K-k3.js";
|
|
@@ -76,44 +76,45 @@ import { n as componentDefinition$74 } from "./Posterize-DNxTRgvF.js";
|
|
|
76
76
|
import { n as componentDefinition$75 } from "./ProgressiveBlur-BJwJ5mE0.js";
|
|
77
77
|
import { n as componentDefinition$76 } from "./RadialGradient-CQIctl__.js";
|
|
78
78
|
import { n as componentDefinition$77 } from "./RectangularCoordinates-F2VzXmal.js";
|
|
79
|
-
import { n as componentDefinition$78 } from "./
|
|
80
|
-
import { n as componentDefinition$79 } from "./
|
|
81
|
-
import { n as componentDefinition$80 } from "./
|
|
82
|
-
import { n as componentDefinition$81 } from "./
|
|
83
|
-
import { n as componentDefinition$82 } from "./
|
|
84
|
-
import { n as componentDefinition$83 } from "./
|
|
85
|
-
import { n as componentDefinition$84 } from "./
|
|
86
|
-
import { n as componentDefinition$85 } from "./
|
|
87
|
-
import { n as componentDefinition$86 } from "./
|
|
88
|
-
import { n as componentDefinition$87 } from "./
|
|
89
|
-
import { n as componentDefinition$88 } from "./
|
|
90
|
-
import { n as componentDefinition$89 } from "./
|
|
91
|
-
import { n as componentDefinition$90 } from "./
|
|
92
|
-
import { n as componentDefinition$91 } from "./
|
|
93
|
-
import { n as componentDefinition$92 } from "./
|
|
94
|
-
import { n as componentDefinition$93 } from "./
|
|
95
|
-
import { n as componentDefinition$94 } from "./
|
|
96
|
-
import { n as componentDefinition$95 } from "./
|
|
97
|
-
import { n as componentDefinition$96 } from "./
|
|
98
|
-
import { n as componentDefinition$97 } from "./
|
|
99
|
-
import { n as componentDefinition$98 } from "./
|
|
100
|
-
import { n as componentDefinition$99 } from "./
|
|
101
|
-
import { n as componentDefinition$100 } from "./
|
|
102
|
-
import { n as componentDefinition$101 } from "./
|
|
103
|
-
import { n as componentDefinition$102 } from "./
|
|
104
|
-
import { n as componentDefinition$103 } from "./
|
|
105
|
-
import { n as componentDefinition$104 } from "./
|
|
106
|
-
import { n as componentDefinition$105 } from "./
|
|
107
|
-
import { n as componentDefinition$106 } from "./
|
|
108
|
-
import { n as componentDefinition$107 } from "./
|
|
109
|
-
import { n as componentDefinition$108 } from "./
|
|
110
|
-
import { n as componentDefinition$109 } from "./
|
|
111
|
-
import { n as componentDefinition$110 } from "./
|
|
112
|
-
import { n as componentDefinition$111 } from "./
|
|
113
|
-
import { n as componentDefinition$112 } from "./
|
|
114
|
-
import { n as componentDefinition$113 } from "./
|
|
115
|
-
import { n as componentDefinition$114 } from "./
|
|
116
|
-
import { n as componentDefinition$115 } from "./
|
|
79
|
+
import { n as componentDefinition$78 } from "./ReflectivePlane-UIT4xlmn.js";
|
|
80
|
+
import { n as componentDefinition$79 } from "./Ring-UT__kmzY.js";
|
|
81
|
+
import { n as componentDefinition$80 } from "./Ripples-CWVLSUP0.js";
|
|
82
|
+
import { n as componentDefinition$81 } from "./RoundedRect-BPWHTT1j.js";
|
|
83
|
+
import { n as componentDefinition$82 } from "./Saturation-DFOp2yD9.js";
|
|
84
|
+
import { n as componentDefinition$83 } from "./Sharpness-C-IEswPL.js";
|
|
85
|
+
import { n as componentDefinition$84 } from "./Shatter-CUYQp-qy.js";
|
|
86
|
+
import { n as componentDefinition$85 } from "./SimplexNoise-LAxWw8fJ.js";
|
|
87
|
+
import { n as componentDefinition$86 } from "./SineWave-CEQWxC9Q.js";
|
|
88
|
+
import { n as componentDefinition$87 } from "./Smoke-DO4yylWk.js";
|
|
89
|
+
import { n as componentDefinition$88 } from "./SmokeFill-Dm0sZS5F.js";
|
|
90
|
+
import { n as componentDefinition$89 } from "./Solarize-mE7LU1li.js";
|
|
91
|
+
import { n as componentDefinition$90 } from "./SolidColor-BljkSdvg.js";
|
|
92
|
+
import { n as componentDefinition$91 } from "./Spherize-DARagREe.js";
|
|
93
|
+
import { n as componentDefinition$92 } from "./Spiral-CumsIpkp.js";
|
|
94
|
+
import { n as componentDefinition$93 } from "./Star-8fAlzR9L.js";
|
|
95
|
+
import { n as componentDefinition$94 } from "./Strands-BB4RIsFz.js";
|
|
96
|
+
import { n as componentDefinition$95 } from "./Stretch-3S2atBkJ.js";
|
|
97
|
+
import { n as componentDefinition$96 } from "./Stripes-BGFVSZIt.js";
|
|
98
|
+
import { n as componentDefinition$97 } from "./StudioBackground-BtJ6b1Ki.js";
|
|
99
|
+
import { n as componentDefinition$98 } from "./SunBurst-BJRFFYhs.js";
|
|
100
|
+
import { n as componentDefinition$99 } from "./Swirl-KA9cEnLI.js";
|
|
101
|
+
import { n as componentDefinition$100 } from "./TiltShift-DtQ3dRL-.js";
|
|
102
|
+
import { n as componentDefinition$101 } from "./Tint-W_EvzN1-.js";
|
|
103
|
+
import { n as componentDefinition$102 } from "./Trapezoid-cQzS6-bh.js";
|
|
104
|
+
import { n as componentDefinition$103 } from "./Tritone-B3hI2nAi.js";
|
|
105
|
+
import { n as componentDefinition$104 } from "./Truchet-s9PmowCP.js";
|
|
106
|
+
import { n as componentDefinition$105 } from "./Twirl-UDDXGkFl.js";
|
|
107
|
+
import { n as componentDefinition$106 } from "./Vesica-ChQBYWuw.js";
|
|
108
|
+
import { n as componentDefinition$107 } from "./VHS-DW1H7Wuy.js";
|
|
109
|
+
import { n as componentDefinition$108 } from "./Vibrance-DUj7hwzE.js";
|
|
110
|
+
import { n as componentDefinition$109 } from "./VideoTexture-ClutlOqj.js";
|
|
111
|
+
import { n as componentDefinition$110 } from "./Vignette-F9yxi-UM.js";
|
|
112
|
+
import { n as componentDefinition$111 } from "./Voronoi-D8HHP_WR.js";
|
|
113
|
+
import { n as componentDefinition$112 } from "./WaveDistortion-CDIc5Uyk.js";
|
|
114
|
+
import { n as componentDefinition$113 } from "./Weave-ou5shgl3.js";
|
|
115
|
+
import { n as componentDefinition$114 } from "./WebcamTexture-D4e06ajM.js";
|
|
116
|
+
import { n as componentDefinition$115 } from "./WorleyNoise-Uf6IPm7A.js";
|
|
117
|
+
import { n as componentDefinition$116 } from "./ZoomBlur-DJ-RNKHM.js";
|
|
117
118
|
var createShaderRegistry = () => {
|
|
118
119
|
const registry = {};
|
|
119
120
|
const shaderDefinitions = {
|
|
@@ -195,44 +196,45 @@ var createShaderRegistry = () => {
|
|
|
195
196
|
ProgressiveBlur: componentDefinition$75,
|
|
196
197
|
RadialGradient: componentDefinition$76,
|
|
197
198
|
RectangularCoordinates: componentDefinition$77,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
199
|
+
ReflectivePlane: componentDefinition$78,
|
|
200
|
+
Ring: componentDefinition$79,
|
|
201
|
+
Ripples: componentDefinition$80,
|
|
202
|
+
RoundedRect: componentDefinition$81,
|
|
203
|
+
Saturation: componentDefinition$82,
|
|
204
|
+
Sharpness: componentDefinition$83,
|
|
205
|
+
Shatter: componentDefinition$84,
|
|
206
|
+
SimplexNoise: componentDefinition$85,
|
|
207
|
+
SineWave: componentDefinition$86,
|
|
208
|
+
Smoke: componentDefinition$87,
|
|
209
|
+
SmokeFill: componentDefinition$88,
|
|
210
|
+
Solarize: componentDefinition$89,
|
|
211
|
+
SolidColor: componentDefinition$90,
|
|
212
|
+
Spherize: componentDefinition$91,
|
|
213
|
+
Spiral: componentDefinition$92,
|
|
214
|
+
Star: componentDefinition$93,
|
|
215
|
+
Strands: componentDefinition$94,
|
|
216
|
+
Stretch: componentDefinition$95,
|
|
217
|
+
Stripes: componentDefinition$96,
|
|
218
|
+
StudioBackground: componentDefinition$97,
|
|
219
|
+
SunBurst: componentDefinition$98,
|
|
220
|
+
Swirl: componentDefinition$99,
|
|
221
|
+
TiltShift: componentDefinition$100,
|
|
222
|
+
Tint: componentDefinition$101,
|
|
223
|
+
Trapezoid: componentDefinition$102,
|
|
224
|
+
Tritone: componentDefinition$103,
|
|
225
|
+
Truchet: componentDefinition$104,
|
|
226
|
+
Twirl: componentDefinition$105,
|
|
227
|
+
Vesica: componentDefinition$106,
|
|
228
|
+
VHS: componentDefinition$107,
|
|
229
|
+
Vibrance: componentDefinition$108,
|
|
230
|
+
VideoTexture: componentDefinition$109,
|
|
231
|
+
Vignette: componentDefinition$110,
|
|
232
|
+
Voronoi: componentDefinition$111,
|
|
233
|
+
WaveDistortion: componentDefinition$112,
|
|
234
|
+
Weave: componentDefinition$113,
|
|
235
|
+
WebcamTexture: componentDefinition$114,
|
|
236
|
+
WorleyNoise: componentDefinition$115,
|
|
237
|
+
ZoomBlur: componentDefinition$116
|
|
236
238
|
};
|
|
237
239
|
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
238
240
|
const propsMetadata = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AAwHA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAA;IACpC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE;QAC5B,EAAE,CAAC,EAAE,GAAG,CAAA;QACR,OAAO,CAAC,EAAE,GAAG,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB,CAAC,CAAA;CACH;AAyJD,eAAO,MAAM,cAAc,qCAAyB,CAAA;AAGpD,wBAAgB,aAAa,IAAI,mBAAmB,EAAE,CAErD;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAE7E;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,EAAE,CAE5E;AAED,wBAAgB,mBAAmB,IAAI,MAAM,EAAE,CAG9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/FloatingParticles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/FloatingParticles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAU1F,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AA4DlE,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA0SnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-
|
|
3
|
+
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-LMsFTJKp.js";
|
|
4
4
|
export { componentDefinition, FloatingParticles_default as default };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
import { transformEdges } from '../../utilities/transformations';
|
|
3
|
+
|
|
4
|
+
export interface ComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* Vertical position of the reflective surface
|
|
7
|
+
*
|
|
8
|
+
* @default 0.7
|
|
9
|
+
*/
|
|
10
|
+
height: number;
|
|
11
|
+
/**
|
|
12
|
+
* How far below the floor the reflection remains visible before fully fading to transparent.
|
|
13
|
+
*
|
|
14
|
+
* @default 0.5
|
|
15
|
+
*/
|
|
16
|
+
distance: number;
|
|
17
|
+
/**
|
|
18
|
+
* Width of the fade zone, as a fraction of reflection distance.
|
|
19
|
+
*
|
|
20
|
+
* @default 0.5
|
|
21
|
+
*/
|
|
22
|
+
falloff: number;
|
|
23
|
+
/**
|
|
24
|
+
* Maximum blur applied to the reflection far from the surface.
|
|
25
|
+
*
|
|
26
|
+
* @default 3
|
|
27
|
+
*/
|
|
28
|
+
blur: number;
|
|
29
|
+
/**
|
|
30
|
+
* How far below the surface the blur takes to ramp from sharp to maximum.
|
|
31
|
+
*
|
|
32
|
+
* Accepts a number between 0.01 and 1.
|
|
33
|
+
* @default 0.3
|
|
34
|
+
*/
|
|
35
|
+
blurDistance: number;
|
|
36
|
+
/**
|
|
37
|
+
* How to handle reflected samples that fall outside the source content.
|
|
38
|
+
*
|
|
39
|
+
* Accepts one of: `"stretch"`, `"transparent"`, `"mirror"`, `"wrap"`.
|
|
40
|
+
* @default "stretch"
|
|
41
|
+
*/
|
|
42
|
+
edges: Parameters<typeof transformEdges>[0];
|
|
43
|
+
}
|
|
44
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
45
|
+
export default componentDefinition;
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ReflectivePlane/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAQ1F,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAuBlE,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+QnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../edges-CX_lJB9R.js";
|
|
2
|
+
import "../../transformations-CJcUeZIC.js";
|
|
3
|
+
import "../../alpha-C4ptedXe.js";
|
|
4
|
+
import "../../computeBlur-CprKe0xa.js";
|
|
5
|
+
import { n as componentDefinition, t as ReflectivePlane_default } from "../../ReflectivePlane-UIT4xlmn.js";
|
|
6
|
+
export { componentDefinition, ReflectivePlane_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Ring_default } from "../../Ring-
|
|
4
|
+
import { n as componentDefinition, t as Ring_default } from "../../Ring-UT__kmzY.js";
|
|
5
5
|
export { componentDefinition, Ring_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Ripples_default } from "../../Ripples-
|
|
4
|
+
import { n as componentDefinition, t as Ripples_default } from "../../Ripples-CWVLSUP0.js";
|
|
5
5
|
export { componentDefinition, Ripples_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as RoundedRect_default } from "../../RoundedRect-
|
|
4
|
+
import { n as componentDefinition, t as RoundedRect_default } from "../../RoundedRect-BPWHTT1j.js";
|
|
5
5
|
export { componentDefinition, RoundedRect_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Saturation_default } from "../../Saturation-
|
|
1
|
+
import { n as componentDefinition, t as Saturation_default } from "../../Saturation-DFOp2yD9.js";
|
|
2
2
|
export { componentDefinition, Saturation_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-
|
|
2
|
+
import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-C-IEswPL.js";
|
|
3
3
|
export { componentDefinition, Sharpness_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Shatter_default } from "../../Shatter-
|
|
4
|
+
import { n as componentDefinition, t as Shatter_default } from "../../Shatter-CUYQp-qy.js";
|
|
5
5
|
export { componentDefinition, Shatter_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-
|
|
4
|
+
import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-LAxWw8fJ.js";
|
|
5
5
|
export { componentDefinition, SimplexNoise_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as SineWave_default } from "../../SineWave-
|
|
3
|
+
import { n as componentDefinition, t as SineWave_default } from "../../SineWave-CEQWxC9Q.js";
|
|
4
4
|
export { componentDefinition, SineWave_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as Smoke_default } from "../../Smoke-
|
|
3
|
+
import { n as componentDefinition, t as Smoke_default } from "../../Smoke-DO4yylWk.js";
|
|
4
4
|
export { componentDefinition, Smoke_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as SmokeFill_default } from "../../SmokeFill-
|
|
4
|
+
import { n as componentDefinition, t as SmokeFill_default } from "../../SmokeFill-Dm0sZS5F.js";
|
|
5
5
|
export { componentDefinition, SmokeFill_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Solarize_default } from "../../Solarize-
|
|
1
|
+
import { n as componentDefinition, t as Solarize_default } from "../../Solarize-mE7LU1li.js";
|
|
2
2
|
export { componentDefinition, Solarize_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-
|
|
2
|
+
import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-BljkSdvg.js";
|
|
3
3
|
export { componentDefinition, SolidColor_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../alpha-C4ptedXe.js";
|
|
3
|
-
import { n as componentDefinition, t as Spherize_default } from "../../Spherize-
|
|
3
|
+
import { n as componentDefinition, t as Spherize_default } from "../../Spherize-DARagREe.js";
|
|
4
4
|
export { componentDefinition, Spherize_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Spiral_default } from "../../Spiral-
|
|
4
|
+
import { n as componentDefinition, t as Spiral_default } from "../../Spiral-CumsIpkp.js";
|
|
5
5
|
export { componentDefinition, Spiral_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Star_default } from "../../Star-
|
|
4
|
+
import { n as componentDefinition, t as Star_default } from "../../Star-8fAlzR9L.js";
|
|
5
5
|
export { componentDefinition, Star_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as Strands_default } from "../../Strands-
|
|
3
|
+
import { n as componentDefinition, t as Strands_default } from "../../Strands-BB4RIsFz.js";
|
|
4
4
|
export { componentDefinition, Strands_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Stretch_default } from "../../Stretch-
|
|
4
|
+
import { n as componentDefinition, t as Stretch_default } from "../../Stretch-3S2atBkJ.js";
|
|
5
5
|
export { componentDefinition, Stretch_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Stripes_default } from "../../Stripes-
|
|
4
|
+
import { n as componentDefinition, t as Stripes_default } from "../../Stripes-BGFVSZIt.js";
|
|
5
5
|
export { componentDefinition, Stripes_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as StudioBackground_default } from "../../StudioBackground-
|
|
3
|
+
import { n as componentDefinition, t as StudioBackground_default } from "../../StudioBackground-BtJ6b1Ki.js";
|
|
4
4
|
export { componentDefinition, StudioBackground_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as SunBurst_default } from "../../SunBurst-
|
|
3
|
+
import { n as componentDefinition, t as SunBurst_default } from "../../SunBurst-BJRFFYhs.js";
|
|
4
4
|
export { componentDefinition, SunBurst_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Swirl_default } from "../../Swirl-
|
|
4
|
+
import { n as componentDefinition, t as Swirl_default } from "../../Swirl-KA9cEnLI.js";
|
|
5
5
|
export { componentDefinition, Swirl_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../alpha-C4ptedXe.js";
|
|
3
3
|
import "../../computeBlur-CprKe0xa.js";
|
|
4
|
-
import { n as componentDefinition, t as TiltShift_default } from "../../TiltShift-
|
|
4
|
+
import { n as componentDefinition, t as TiltShift_default } from "../../TiltShift-DtQ3dRL-.js";
|
|
5
5
|
export { componentDefinition, TiltShift_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as Tint_default } from "../../Tint-
|
|
2
|
+
import { n as componentDefinition, t as Tint_default } from "../../Tint-W_EvzN1-.js";
|
|
3
3
|
export { componentDefinition, Tint_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Trapezoid_default } from "../../Trapezoid-
|
|
4
|
+
import { n as componentDefinition, t as Trapezoid_default } from "../../Trapezoid-cQzS6-bh.js";
|
|
5
5
|
export { componentDefinition, Trapezoid_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as Tritone_default } from "../../Tritone-
|
|
3
|
+
import { n as componentDefinition, t as Tritone_default } from "../../Tritone-B3hI2nAi.js";
|
|
4
4
|
export { componentDefinition, Tritone_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as Truchet_default } from "../../Truchet-
|
|
3
|
+
import { n as componentDefinition, t as Truchet_default } from "../../Truchet-s9PmowCP.js";
|
|
4
4
|
export { componentDefinition, Truchet_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Twirl_default } from "../../Twirl-
|
|
4
|
+
import { n as componentDefinition, t as Twirl_default } from "../../Twirl-UDDXGkFl.js";
|
|
5
5
|
export { componentDefinition, Twirl_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Vesica_default } from "../../Vesica-
|
|
4
|
+
import { n as componentDefinition, t as Vesica_default } from "../../Vesica-ChQBYWuw.js";
|
|
5
5
|
export { componentDefinition, Vesica_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Vibrance_default } from "../../Vibrance-
|
|
1
|
+
import { n as componentDefinition, t as Vibrance_default } from "../../Vibrance-DUj7hwzE.js";
|
|
2
2
|
export { componentDefinition, Vibrance_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../browser-
|
|
2
|
-
import { n as componentDefinition, t as VideoTexture_default } from "../../VideoTexture-
|
|
1
|
+
import "../../browser-NUM-x2tw.js";
|
|
2
|
+
import { n as componentDefinition, t as VideoTexture_default } from "../../VideoTexture-ClutlOqj.js";
|
|
3
3
|
export { componentDefinition, VideoTexture_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as Vignette_default } from "../../Vignette-
|
|
2
|
+
import { n as componentDefinition, t as Vignette_default } from "../../Vignette-F9yxi-UM.js";
|
|
3
3
|
export { componentDefinition, Vignette_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Voronoi_default } from "../../Voronoi-
|
|
4
|
+
import { n as componentDefinition, t as Voronoi_default } from "../../Voronoi-D8HHP_WR.js";
|
|
5
5
|
export { componentDefinition, Voronoi_default as default };
|
|
@@ -2,5 +2,5 @@ import "../../edges-CX_lJB9R.js";
|
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
4
|
import "../../time-DUqSFWvT.js";
|
|
5
|
-
import { n as componentDefinition, t as WaveDistortion_default } from "../../WaveDistortion-
|
|
5
|
+
import { n as componentDefinition, t as WaveDistortion_default } from "../../WaveDistortion-CDIc5Uyk.js";
|
|
6
6
|
export { componentDefinition, WaveDistortion_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as Weave_default } from "../../Weave-
|
|
2
|
+
import { n as componentDefinition, t as Weave_default } from "../../Weave-ou5shgl3.js";
|
|
3
3
|
export { componentDefinition, Weave_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../browser-
|
|
2
|
-
import { n as componentDefinition, t as WebcamTexture_default } from "../../WebcamTexture-
|
|
1
|
+
import "../../browser-NUM-x2tw.js";
|
|
2
|
+
import { n as componentDefinition, t as WebcamTexture_default } from "../../WebcamTexture-D4e06ajM.js";
|
|
3
3
|
export { componentDefinition, WebcamTexture_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as WorleyNoise_default } from "../../WorleyNoise-
|
|
4
|
+
import { n as componentDefinition, t as WorleyNoise_default } from "../../WorleyNoise-Uf6IPm7A.js";
|
|
5
5
|
export { componentDefinition, WorleyNoise_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../alpha-C4ptedXe.js";
|
|
3
|
-
import { n as componentDefinition, t as ZoomBlur_default } from "../../ZoomBlur-
|
|
3
|
+
import { n as componentDefinition, t as ZoomBlur_default } from "../../ZoomBlur-DJ-RNKHM.js";
|
|
4
4
|
export { componentDefinition, ZoomBlur_default as default };
|
package/dist/js/createShader.js
CHANGED
|
@@ -148,7 +148,7 @@ async function createShader(canvas, preset, options) {
|
|
|
148
148
|
return;
|
|
149
149
|
}
|
|
150
150
|
if (renderer.getPerformanceStats().fps > 0) {
|
|
151
|
-
state.telemetryCollector = startTelemetry(renderer, "2.5.
|
|
151
|
+
state.telemetryCollector = startTelemetry(renderer, "2.5.124", options?.disableTelemetry || false, false);
|
|
152
152
|
if (state.telemetryCollector) state.telemetryCollector.start();
|
|
153
153
|
state.telemetryStartTimeout = null;
|
|
154
154
|
} else state.telemetryStartTimeout = setTimeout(checkRendering, 500);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generatePresetCode.d.ts","sourceRoot":"","sources":["../../src/utils/generatePresetCode.ts"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;CAC7B;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,eAAe,EAAE,CAAA;CAC9B;
|
|
1
|
+
{"version":3,"file":"generatePresetCode.d.ts","sourceRoot":"","sources":["../../src/utils/generatePresetCode.ts"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;CAC7B;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,eAAe,EAAE,CAAA;CAC9B;AAulDD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAoBlG;AAGD,eAAO,MAAM,mBAAmB,UAuH/B,CAAA"}
|
|
@@ -468,7 +468,7 @@ var shaderMetadata = {
|
|
|
468
468
|
"randomness": .25,
|
|
469
469
|
"speed": .25,
|
|
470
470
|
"angle": 90,
|
|
471
|
-
"particleSize":
|
|
471
|
+
"particleSize": 2,
|
|
472
472
|
"particleSoftness": 0,
|
|
473
473
|
"twinkle": .5,
|
|
474
474
|
"count": 5,
|
|
@@ -972,6 +972,16 @@ var shaderMetadata = {
|
|
|
972
972
|
"intensity": 1,
|
|
973
973
|
"edges": "transparent"
|
|
974
974
|
},
|
|
975
|
+
"ReflectivePlane": {
|
|
976
|
+
"opacity": 1,
|
|
977
|
+
"blendMode": "normal",
|
|
978
|
+
"height": .7,
|
|
979
|
+
"distance": .5,
|
|
980
|
+
"falloff": .5,
|
|
981
|
+
"blur": 3,
|
|
982
|
+
"blurDistance": .3,
|
|
983
|
+
"edges": "stretch"
|
|
984
|
+
},
|
|
975
985
|
"Ring": {
|
|
976
986
|
"opacity": 1,
|
|
977
987
|
"blendMode": "normal",
|
|
@@ -1618,6 +1628,7 @@ const availableComponents = [
|
|
|
1618
1628
|
"ProgressiveBlur",
|
|
1619
1629
|
"RadialGradient",
|
|
1620
1630
|
"RectangularCoordinates",
|
|
1631
|
+
"ReflectivePlane",
|
|
1621
1632
|
"Ring",
|
|
1622
1633
|
"Ripples",
|
|
1623
1634
|
"RoundedRect",
|