shaders 2.5.87 → 2.5.89
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/ConicGradient-BXXizzIs.js +92 -0
- package/dist/core/{Crescent-DnFexzlT.js → Crescent-DPxGWdPH.js} +1 -1
- package/dist/core/{Cross-rsVMygBv.js → Cross-CDyzf8TT.js} +1 -1
- package/dist/core/{Crystal-z-2qqfhQ.js → Crystal-DSuN8TNY.js} +1 -1
- package/dist/core/DiamondGradient-TsOxHjg_.js +123 -0
- package/dist/core/DropShadow-_VJqd8du.js +131 -0
- package/dist/core/{Ellipse-CJFK20Xl.js → Ellipse-BvlGDQyZ.js} +1 -1
- package/dist/core/{Emboss-DWXpvlZO.js → Emboss-CF-BN_CQ.js} +1 -1
- package/dist/core/{Flower-BST3LQVi.js → Flower-ByQNUJyZ.js} +1 -1
- package/dist/core/{Glass-BDHs6Enu.js → Glass-BGy9jsiS.js} +1 -1
- package/dist/core/{Grid-CV2iJqlk.js → Grid-Dweeo8b2.js} +32 -6
- package/dist/core/HexGrid-KxwCqF1D.js +85 -0
- package/dist/core/MultiPointGradient-BcjurHeM.js +181 -0
- package/dist/core/{Neon-gsfaMvGq.js → Neon-CRC16G0F.js} +1 -1
- package/dist/core/{Plasma-LpGeN0eG.js → Plasma-Cuv1eJhl.js} +2 -2
- package/dist/core/{Polygon-BeqB8MSz.js → Polygon-2V8po0Ba.js} +1 -1
- package/dist/core/RadialGradient-niSnNlOF.js +123 -0
- package/dist/core/{Ring-DJl9JUMR.js → Ring-BiKv_lr2.js} +1 -1
- package/dist/core/{RoundedRect--rHP7xW4.js → RoundedRect-BjOTRXb0.js} +1 -1
- package/dist/core/Solarize-B0aT_8tE.js +47 -0
- package/dist/core/{Star-CxI_taxd.js → Star-DJnks6B5.js} +1 -1
- package/dist/core/{Trapezoid-D7qg9Gc5.js → Trapezoid-CoK8i1IS.js} +1 -1
- package/dist/core/Truchet-Bz6ETvSS.js +100 -0
- package/dist/core/{Vesica-p8oNtcOH.js → Vesica-BELYZ5M8.js} +1 -1
- package/dist/core/{VideoTexture-ChFw0jKS.js → VideoTexture-C90aUnt4.js} +1 -1
- package/dist/core/Vignette-B94FMFBz.js +84 -0
- package/dist/core/Voronoi-DPWvdZ05.js +152 -0
- package/dist/core/Weave-DzZv1-19.js +95 -0
- package/dist/core/{WebcamTexture-CF1nwkNG.js → WebcamTexture-7SK_C_Xf.js} +1 -1
- package/dist/core/index.js +91 -81
- package/dist/core/registry.js +91 -81
- package/dist/core/shaderRegistry-DICjiu4V.js +242 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ConicGradient/index.d.ts +48 -0
- package/dist/core/shaders/ConicGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/ConicGradient/index.js +4 -0
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/Crescent/index.js +2 -2
- package/dist/core/shaders/Cross/index.js +2 -2
- package/dist/core/shaders/Crystal/index.js +2 -2
- package/dist/core/shaders/CursorRipples/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiamondGradient/index.d.ts +60 -0
- package/dist/core/shaders/DiamondGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/DiamondGradient/index.js +4 -0
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/DropShadow/index.d.ts +39 -0
- package/dist/core/shaders/DropShadow/index.d.ts.map +1 -0
- package/dist/core/shaders/DropShadow/index.js +4 -0
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/Ellipse/index.js +2 -2
- package/dist/core/shaders/Emboss/index.js +2 -2
- package/dist/core/shaders/FallingLines/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/Flower/index.js +2 -2
- package/dist/core/shaders/FlowingGradient/index.js +1 -1
- package/dist/core/shaders/Form3D/index.js +1 -1
- package/dist/core/shaders/Glass/index.js +2 -2
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.d.ts +6 -0
- package/dist/core/shaders/Grid/index.d.ts.map +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HexGrid/index.d.ts +41 -0
- package/dist/core/shaders/HexGrid/index.d.ts.map +1 -0
- package/dist/core/shaders/HexGrid/index.js +4 -0
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/MultiPointGradient/index.d.ts +84 -0
- package/dist/core/shaders/MultiPointGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/MultiPointGradient/index.js +3 -0
- package/dist/core/shaders/Neon/index.js +2 -2
- package/dist/core/shaders/Paper/index.js +1 -1
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/Plasma/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Polygon/index.js +2 -2
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.d.ts +18 -0
- package/dist/core/shaders/RadialGradient/index.d.ts.map +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ring/index.js +2 -2
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/index.js +2 -2
- 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/Solarize/index.d.ts +19 -0
- package/dist/core/shaders/Solarize/index.d.ts.map +1 -0
- package/dist/core/shaders/Solarize/index.js +2 -0
- 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 +2 -2
- 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/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 +2 -2
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Truchet/index.d.ts +47 -0
- package/dist/core/shaders/Truchet/index.d.ts.map +1 -0
- package/dist/core/shaders/Truchet/index.js +4 -0
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vesica/index.js +2 -2
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +2 -2
- package/dist/core/shaders/Vignette/index.d.ts +40 -0
- package/dist/core/shaders/Vignette/index.d.ts.map +1 -0
- package/dist/core/shaders/Vignette/index.js +3 -0
- package/dist/core/shaders/Voronoi/index.d.ts +67 -0
- package/dist/core/shaders/Voronoi/index.d.ts.map +1 -0
- package/dist/core/shaders/Voronoi/index.js +5 -0
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.d.ts +40 -0
- package/dist/core/shaders/Weave/index.d.ts.map +1 -0
- package/dist/core/shaders/Weave/index.js +3 -0
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- 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 +141 -1
- package/dist/react/ConicGradient.js +181 -0
- package/dist/react/DiamondGradient.js +181 -0
- package/dist/react/DropShadow.js +181 -0
- package/dist/react/HexGrid.js +181 -0
- package/dist/react/MultiPointGradient.js +181 -0
- package/dist/react/Preview.js +10 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/Solarize.js +181 -0
- package/dist/react/Truchet.js +181 -0
- package/dist/react/Vignette.js +181 -0
- package/dist/react/Voronoi.js +181 -0
- package/dist/react/Weave.js +181 -0
- package/dist/react/components/ConicGradient.d.ts +35 -0
- package/dist/react/components/ConicGradient.d.ts.map +1 -0
- package/dist/react/components/DiamondGradient.d.ts +37 -0
- package/dist/react/components/DiamondGradient.d.ts.map +1 -0
- package/dist/react/components/DropShadow.d.ts +36 -0
- package/dist/react/components/DropShadow.d.ts.map +1 -0
- package/dist/react/components/Grid.d.ts +2 -1
- package/dist/react/components/Grid.d.ts.map +1 -1
- package/dist/react/components/HexGrid.d.ts +34 -0
- package/dist/react/components/HexGrid.d.ts.map +1 -0
- package/dist/react/components/MultiPointGradient.d.ts +38 -0
- package/dist/react/components/MultiPointGradient.d.ts.map +1 -0
- package/dist/react/components/RadialGradient.d.ts +4 -1
- package/dist/react/components/RadialGradient.d.ts.map +1 -1
- package/dist/react/components/Solarize.d.ts +34 -0
- package/dist/react/components/Solarize.d.ts.map +1 -0
- package/dist/react/components/Truchet.d.ts +35 -0
- package/dist/react/components/Truchet.d.ts.map +1 -0
- package/dist/react/components/Vignette.d.ts +36 -0
- package/dist/react/components/Vignette.d.ts.map +1 -0
- package/dist/react/components/Voronoi.d.ts +36 -0
- package/dist/react/components/Voronoi.d.ts.map +1 -0
- package/dist/react/components/Weave.d.ts +35 -0
- package/dist/react/components/Weave.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +10 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +11 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +141 -1
- package/dist/registry.js +2315 -267
- package/dist/solid/components/ConicGradient.d.ts +32 -0
- package/dist/solid/components/ConicGradient.d.ts.map +1 -0
- package/dist/solid/components/ConicGradient.js +183 -0
- package/dist/solid/components/DiamondGradient.d.ts +34 -0
- package/dist/solid/components/DiamondGradient.d.ts.map +1 -0
- package/dist/solid/components/DiamondGradient.js +183 -0
- package/dist/solid/components/DropShadow.d.ts +33 -0
- package/dist/solid/components/DropShadow.d.ts.map +1 -0
- package/dist/solid/components/DropShadow.js +183 -0
- package/dist/solid/components/Grid.d.ts +2 -1
- package/dist/solid/components/Grid.d.ts.map +1 -1
- package/dist/solid/components/HexGrid.d.ts +31 -0
- package/dist/solid/components/HexGrid.d.ts.map +1 -0
- package/dist/solid/components/HexGrid.js +183 -0
- package/dist/solid/components/MultiPointGradient.d.ts +35 -0
- package/dist/solid/components/MultiPointGradient.d.ts.map +1 -0
- package/dist/solid/components/MultiPointGradient.js +183 -0
- package/dist/solid/components/RadialGradient.d.ts +4 -1
- package/dist/solid/components/RadialGradient.d.ts.map +1 -1
- package/dist/solid/components/Solarize.d.ts +31 -0
- package/dist/solid/components/Solarize.d.ts.map +1 -0
- package/dist/solid/components/Solarize.js +183 -0
- package/dist/solid/components/Truchet.d.ts +32 -0
- package/dist/solid/components/Truchet.d.ts.map +1 -0
- package/dist/solid/components/Truchet.js +183 -0
- package/dist/solid/components/Vignette.d.ts +33 -0
- package/dist/solid/components/Vignette.d.ts.map +1 -0
- package/dist/solid/components/Vignette.js +183 -0
- package/dist/solid/components/Voronoi.d.ts +33 -0
- package/dist/solid/components/Voronoi.d.ts.map +1 -0
- package/dist/solid/components/Voronoi.js +183 -0
- package/dist/solid/components/Weave.d.ts +32 -0
- package/dist/solid/components/Weave.d.ts.map +1 -0
- package/dist/solid/components/Weave.js +183 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +200 -180
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +10 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +178 -158
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +141 -1
- package/dist/svelte/components/ConicGradient.svelte.d.ts +22 -0
- package/dist/svelte/components/DiamondGradient.svelte.d.ts +24 -0
- package/dist/svelte/components/DropShadow.svelte.d.ts +23 -0
- package/dist/svelte/components/Grid.svelte.d.ts +1 -0
- package/dist/svelte/components/HexGrid.svelte.d.ts +21 -0
- package/dist/svelte/components/MultiPointGradient.svelte.d.ts +25 -0
- package/dist/svelte/components/RadialGradient.svelte.d.ts +3 -0
- package/dist/svelte/components/Solarize.svelte.d.ts +21 -0
- package/dist/svelte/components/Truchet.svelte.d.ts +22 -0
- package/dist/svelte/components/Vignette.svelte.d.ts +23 -0
- package/dist/svelte/components/Voronoi.svelte.d.ts +23 -0
- package/dist/svelte/components/Weave.svelte.d.ts +22 -0
- package/dist/svelte/{generatePresetCode-BzFhasGi.js → generatePresetCode-C7KnCLnD.js} +141 -1
- package/dist/svelte/index.d.ts +10 -0
- package/dist/svelte/index.js +1810 -340
- package/dist/svelte/source/components/ConicGradient.svelte +289 -0
- package/dist/svelte/source/components/DiamondGradient.svelte +291 -0
- package/dist/svelte/source/components/DropShadow.svelte +290 -0
- package/dist/svelte/source/components/Grid.svelte +1 -0
- package/dist/svelte/source/components/HexGrid.svelte +288 -0
- package/dist/svelte/source/components/MultiPointGradient.svelte +292 -0
- package/dist/svelte/source/components/RadialGradient.svelte +3 -0
- package/dist/svelte/source/components/Solarize.svelte +288 -0
- package/dist/svelte/source/components/Truchet.svelte +289 -0
- package/dist/svelte/source/components/Vignette.svelte +290 -0
- package/dist/svelte/source/components/Voronoi.svelte +290 -0
- package/dist/svelte/source/components/Weave.svelte +289 -0
- package/dist/svelte/source/engine/Preview.svelte +20 -0
- package/dist/svelte/source/index.js +10 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/ConicGradient.js +3 -0
- package/dist/vue/ConicGradient.vue_vue_type_script_setup_true_lang.js +171 -0
- package/dist/vue/DiamondGradient.js +3 -0
- package/dist/vue/DiamondGradient.vue_vue_type_script_setup_true_lang.js +173 -0
- package/dist/vue/DropShadow.js +3 -0
- package/dist/vue/DropShadow.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/Grid.vue_vue_type_script_setup_true_lang.js +1 -0
- package/dist/vue/HexGrid.js +3 -0
- package/dist/vue/HexGrid.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/MultiPointGradient.js +3 -0
- package/dist/vue/MultiPointGradient.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +20 -0
- package/dist/vue/RadialGradient.vue_vue_type_script_setup_true_lang.js +3 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Solarize.js +3 -0
- package/dist/vue/Solarize.vue_vue_type_script_setup_true_lang.js +167 -0
- package/dist/vue/Truchet.js +3 -0
- package/dist/vue/Truchet.vue_vue_type_script_setup_true_lang.js +171 -0
- package/dist/vue/Vignette.js +3 -0
- package/dist/vue/Vignette.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/Voronoi.js +3 -0
- package/dist/vue/Voronoi.vue_vue_type_script_setup_true_lang.js +174 -0
- package/dist/vue/Weave.js +3 -0
- package/dist/vue/Weave.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/components/ConicGradient.vue.d.ts +57 -0
- package/dist/vue/components/ConicGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/DiamondGradient.vue.d.ts +59 -0
- package/dist/vue/components/DiamondGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/DropShadow.vue.d.ts +58 -0
- package/dist/vue/components/DropShadow.vue.d.ts.map +1 -0
- package/dist/vue/components/Grid.vue.d.ts +1 -0
- package/dist/vue/components/Grid.vue.d.ts.map +1 -1
- package/dist/vue/components/HexGrid.vue.d.ts +56 -0
- package/dist/vue/components/HexGrid.vue.d.ts.map +1 -0
- package/dist/vue/components/MultiPointGradient.vue.d.ts +60 -0
- package/dist/vue/components/MultiPointGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/RadialGradient.vue.d.ts +3 -0
- package/dist/vue/components/RadialGradient.vue.d.ts.map +1 -1
- package/dist/vue/components/Solarize.vue.d.ts +56 -0
- package/dist/vue/components/Solarize.vue.d.ts.map +1 -0
- package/dist/vue/components/Truchet.vue.d.ts +57 -0
- package/dist/vue/components/Truchet.vue.d.ts.map +1 -0
- package/dist/vue/components/Vignette.vue.d.ts +58 -0
- package/dist/vue/components/Vignette.vue.d.ts.map +1 -0
- package/dist/vue/components/Voronoi.vue.d.ts +58 -0
- package/dist/vue/components/Voronoi.vue.d.ts.map +1 -0
- package/dist/vue/components/Weave.vue.d.ts +57 -0
- package/dist/vue/components/Weave.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +10 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +11 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +141 -1
- package/package.json +106 -1
- package/dist/core/RadialGradient-BMmhr2qB.js +0 -75
- package/dist/core/shaderRegistry-O96t1zA9.js +0 -222
- /package/dist/core/{CRTScreen-BZ-sAmPZ.js → CRTScreen-DolQEkb1.js} +0 -0
- /package/dist/core/{ContourLines-yEb5IJ1Y.js → ContourLines-C0XSJEkE.js} +0 -0
- /package/dist/core/{CursorRipples-CkVMs3DF.js → CursorRipples-n_xEDr10.js} +0 -0
- /package/dist/core/{CursorTrail-1D7ymT9O.js → CursorTrail-Dm2pOh9x.js} +0 -0
- /package/dist/core/{DiffuseBlur-BAq1jHVB.js → DiffuseBlur-BqIV4JLM.js} +0 -0
- /package/dist/core/{Dither-U_UFB8oZ.js → Dither-D_YF6z03.js} +0 -0
- /package/dist/core/{DotGrid-BzAsAVrt.js → DotGrid-Cv_aCN_c.js} +0 -0
- /package/dist/core/{Duotone-CuIRHH_k.js → Duotone-Db9kfzCs.js} +0 -0
- /package/dist/core/{FallingLines-BQzBwOy0.js → FallingLines-CTa8zuvs.js} +0 -0
- /package/dist/core/{FilmGrain-Birzz05_.js → FilmGrain-SrB3ZXIg.js} +0 -0
- /package/dist/core/{FloatingParticles-shoqY6fm.js → FloatingParticles-BVUK6GlL.js} +0 -0
- /package/dist/core/{FlowField-CJdtd3Za.js → FlowField-CF95xOBc.js} +0 -0
- /package/dist/core/{FlowingGradient-Dsuqf7Yn.js → FlowingGradient-DhOce4wJ.js} +0 -0
- /package/dist/core/{Form3D-Czd8VBcU.js → Form3D-CcBdpCQr.js} +0 -0
- /package/dist/core/{GlassTiles-CQFngHS9.js → GlassTiles-LsfUL0JT.js} +0 -0
- /package/dist/core/{Glitch-q3H4XH_K.js → Glitch-DuQ-dtyM.js} +0 -0
- /package/dist/core/{Glow-BltxRvyM.js → Glow-CsiZkj9_.js} +0 -0
- /package/dist/core/{Godrays-YxezlRHu.js → Godrays-CoSL15CM.js} +0 -0
- /package/dist/core/{Grayscale-D_RwmAV3.js → Grayscale-BrwJ4_uW.js} +0 -0
- /package/dist/core/{GridDistortion-JCuvWcoV.js → GridDistortion-DIarsmKa.js} +0 -0
- /package/dist/core/{Group-CeA8FtS3.js → Group-Cc3_0QdC.js} +0 -0
- /package/dist/core/{Halftone-4oL_AA-D.js → Halftone-nfr7eNaT.js} +0 -0
- /package/dist/core/{HueShift-7Gv8BV4v.js → HueShift-kNK2rEVM.js} +0 -0
- /package/dist/core/{ImageTexture-BaVcRld1.js → ImageTexture-acllbA1z.js} +0 -0
- /package/dist/core/{Invert-D_jzp4D9.js → Invert-CMnUhHo2.js} +0 -0
- /package/dist/core/{Kaleidoscope-Baz9Fu8k.js → Kaleidoscope-CgnidMrq.js} +0 -0
- /package/dist/core/{LensFlare-Dyv84bAb.js → LensFlare-CkCTGuKS.js} +0 -0
- /package/dist/core/{LinearBlur-ZGWbzIt4.js → LinearBlur-ByirUCm_.js} +0 -0
- /package/dist/core/{LinearGradient-CZGPiyHq.js → LinearGradient-B2ErQXPL.js} +0 -0
- /package/dist/core/{Liquify-DrWLq2Kz.js → Liquify-BTyJAOmV.js} +0 -0
- /package/dist/core/{Mirror-C5LuGm-w.js → Mirror-CAW37Y13.js} +0 -0
- /package/dist/core/{Paper-BVuYd7u4.js → Paper-Dkh14pIW.js} +0 -0
- /package/dist/core/{Perspective-CqV-lhEE.js → Perspective-CyG4fNaI.js} +0 -0
- /package/dist/core/{Pixelate-DrG7QsBR.js → Pixelate-DkD_q_Ma.js} +0 -0
- /package/dist/core/{PolarCoordinates-CiNUC56M.js → PolarCoordinates-iQB2vg0q.js} +0 -0
- /package/dist/core/{Posterize-CGEUVRt_.js → Posterize-Bnf3EUfk.js} +0 -0
- /package/dist/core/{ProgressiveBlur-jEam9zrU.js → ProgressiveBlur-Bc_dXikb.js} +0 -0
- /package/dist/core/{RectangularCoordinates-Cj-d2ol3.js → RectangularCoordinates-DbQ25OTz.js} +0 -0
- /package/dist/core/{Ripples-r12S7WG7.js → Ripples-Daco0GPY.js} +0 -0
- /package/dist/core/{Saturation-BAORnZso.js → Saturation-BNWZN-nJ.js} +0 -0
- /package/dist/core/{Sharpness-CFzYBYlL.js → Sharpness-tRNM2arG.js} +0 -0
- /package/dist/core/{Shatter-avsezFDy.js → Shatter-Cyq_lBjn.js} +0 -0
- /package/dist/core/{SimplexNoise-BjoeAe6H.js → SimplexNoise-DSvDs4b7.js} +0 -0
- /package/dist/core/{SineWave-B-2YxAht.js → SineWave-Beim8Xoe.js} +0 -0
- /package/dist/core/{SolidColor-2o0vQu86.js → SolidColor-kt6ayyXz.js} +0 -0
- /package/dist/core/{Spherize-DKJKva6y.js → Spherize-u6gO2hh2.js} +0 -0
- /package/dist/core/{Spiral-Dzsm_AJG.js → Spiral-DRpE_jsz.js} +0 -0
- /package/dist/core/{Strands-42wUIQMv.js → Strands-BqCaitMb.js} +0 -0
- /package/dist/core/{Stretch-BVPICFxU.js → Stretch-TztFP3F2.js} +0 -0
- /package/dist/core/{Stripes-DpWPzhd5.js → Stripes-UYWf5Cmn.js} +0 -0
- /package/dist/core/{StudioBackground-CxOYZ28g.js → StudioBackground-CvKGt77W.js} +0 -0
- /package/dist/core/{Swirl-CaQpQWY2.js → Swirl-YCWu5OJE.js} +0 -0
- /package/dist/core/{TiltShift-yJYvxA1V.js → TiltShift-DKibnYzM.js} +0 -0
- /package/dist/core/{Tint-BR2yMhfB.js → Tint-aVYSCIlD.js} +0 -0
- /package/dist/core/{Tritone-PTTYWr_w.js → Tritone-Cn0ugwld.js} +0 -0
- /package/dist/core/{Twirl-CE2yzv3_.js → Twirl-Dk8y9GcM.js} +0 -0
- /package/dist/core/{Vibrance-CljpZu_J.js → Vibrance-Cdx5A_q2.js} +0 -0
- /package/dist/core/{WaveDistortion-BSt0JJbk.js → WaveDistortion-C7mIgJok.js} +0 -0
- /package/dist/core/{ZoomBlur-CAeswzf5.js → ZoomBlur-DUcqnggc.js} +0 -0
- /package/dist/core/{browser-CWKHEzb9.js → browser-CpS3EEFG.js} +0 -0
- /package/dist/core/{sdf-CZRX0uur.js → sdf-Bux00UoZ.js} +0 -0
package/dist/registry.js
CHANGED
|
@@ -2984,6 +2984,212 @@ export const shaderRegistry = [
|
|
|
2984
2984
|
}
|
|
2985
2985
|
}
|
|
2986
2986
|
},
|
|
2987
|
+
{
|
|
2988
|
+
"name": "ConicGradient",
|
|
2989
|
+
"category": "Textures",
|
|
2990
|
+
"description": "Colors sweep in a full circle around a center point, like a color wheel",
|
|
2991
|
+
"fileName": "ConicGradient",
|
|
2992
|
+
"definition": {
|
|
2993
|
+
"name": "ConicGradient",
|
|
2994
|
+
"category": "Textures",
|
|
2995
|
+
"description": "Colors sweep in a full circle around a center point, like a color wheel",
|
|
2996
|
+
"props": {
|
|
2997
|
+
"colorA": {
|
|
2998
|
+
"default": "#FF0080",
|
|
2999
|
+
"description": "Starting color of the sweep",
|
|
3000
|
+
"ui": {
|
|
3001
|
+
"type": "color",
|
|
3002
|
+
"label": "Color A",
|
|
3003
|
+
"group": "Colors"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"colorB": {
|
|
3007
|
+
"default": "#00BFFF",
|
|
3008
|
+
"description": "Ending color of the sweep (wraps back to Color A)",
|
|
3009
|
+
"ui": {
|
|
3010
|
+
"type": "color",
|
|
3011
|
+
"label": "Color B",
|
|
3012
|
+
"group": "Colors"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
3015
|
+
"center": {
|
|
3016
|
+
"default": {
|
|
3017
|
+
"x": 0.5,
|
|
3018
|
+
"y": 0.5
|
|
3019
|
+
},
|
|
3020
|
+
"description": "Center point of the sweep",
|
|
3021
|
+
"ui": {
|
|
3022
|
+
"type": "position",
|
|
3023
|
+
"label": "Center",
|
|
3024
|
+
"group": "Position"
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
"rotation": {
|
|
3028
|
+
"default": 0,
|
|
3029
|
+
"description": "Rotation offset in degrees — shifts where Color A begins",
|
|
3030
|
+
"ui": {
|
|
3031
|
+
"type": [
|
|
3032
|
+
"range",
|
|
3033
|
+
"map"
|
|
3034
|
+
],
|
|
3035
|
+
"min": 0,
|
|
3036
|
+
"max": 360,
|
|
3037
|
+
"step": 1,
|
|
3038
|
+
"label": "Rotation",
|
|
3039
|
+
"group": "Effect"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"repeat": {
|
|
3043
|
+
"default": 1,
|
|
3044
|
+
"description": "Number of times the gradient repeats around the circle. Values above 1 create a starburst pattern.",
|
|
3045
|
+
"ui": {
|
|
3046
|
+
"type": [
|
|
3047
|
+
"range",
|
|
3048
|
+
"map"
|
|
3049
|
+
],
|
|
3050
|
+
"min": 1,
|
|
3051
|
+
"max": 24,
|
|
3052
|
+
"step": 1,
|
|
3053
|
+
"label": "Repeat",
|
|
3054
|
+
"group": "Effect"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"colorSpace": {
|
|
3058
|
+
"default": "oklch",
|
|
3059
|
+
"compileTime": true,
|
|
3060
|
+
"description": "Color space for color interpolation",
|
|
3061
|
+
"ui": {
|
|
3062
|
+
"type": "select",
|
|
3063
|
+
"options": [
|
|
3064
|
+
{
|
|
3065
|
+
"label": "Linear RGB",
|
|
3066
|
+
"value": "linear"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"label": "OKLCh",
|
|
3070
|
+
"value": "oklch"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"label": "OKLAB",
|
|
3074
|
+
"value": "oklab"
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"label": "HSL",
|
|
3078
|
+
"value": "hsl"
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"label": "HSV",
|
|
3082
|
+
"value": "hsv"
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"label": "LCH",
|
|
3086
|
+
"value": "lch"
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"label": "Color Space",
|
|
3090
|
+
"group": "Colors"
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"propsMetadata": {
|
|
3096
|
+
"colorA": {
|
|
3097
|
+
"ui": {
|
|
3098
|
+
"type": "color",
|
|
3099
|
+
"label": "Color A",
|
|
3100
|
+
"group": "Colors"
|
|
3101
|
+
},
|
|
3102
|
+
"default": "#FF0080",
|
|
3103
|
+
"description": "Starting color of the sweep"
|
|
3104
|
+
},
|
|
3105
|
+
"colorB": {
|
|
3106
|
+
"ui": {
|
|
3107
|
+
"type": "color",
|
|
3108
|
+
"label": "Color B",
|
|
3109
|
+
"group": "Colors"
|
|
3110
|
+
},
|
|
3111
|
+
"default": "#00BFFF",
|
|
3112
|
+
"description": "Ending color of the sweep (wraps back to Color A)"
|
|
3113
|
+
},
|
|
3114
|
+
"center": {
|
|
3115
|
+
"ui": {
|
|
3116
|
+
"type": "position",
|
|
3117
|
+
"label": "Center",
|
|
3118
|
+
"group": "Position"
|
|
3119
|
+
},
|
|
3120
|
+
"default": {
|
|
3121
|
+
"x": 0.5,
|
|
3122
|
+
"y": 0.5
|
|
3123
|
+
},
|
|
3124
|
+
"description": "Center point of the sweep"
|
|
3125
|
+
},
|
|
3126
|
+
"rotation": {
|
|
3127
|
+
"ui": {
|
|
3128
|
+
"type": [
|
|
3129
|
+
"range",
|
|
3130
|
+
"map"
|
|
3131
|
+
],
|
|
3132
|
+
"min": 0,
|
|
3133
|
+
"max": 360,
|
|
3134
|
+
"step": 1,
|
|
3135
|
+
"label": "Rotation",
|
|
3136
|
+
"group": "Effect"
|
|
3137
|
+
},
|
|
3138
|
+
"default": 0,
|
|
3139
|
+
"description": "Rotation offset in degrees — shifts where Color A begins"
|
|
3140
|
+
},
|
|
3141
|
+
"repeat": {
|
|
3142
|
+
"ui": {
|
|
3143
|
+
"type": [
|
|
3144
|
+
"range",
|
|
3145
|
+
"map"
|
|
3146
|
+
],
|
|
3147
|
+
"min": 1,
|
|
3148
|
+
"max": 24,
|
|
3149
|
+
"step": 1,
|
|
3150
|
+
"label": "Repeat",
|
|
3151
|
+
"group": "Effect"
|
|
3152
|
+
},
|
|
3153
|
+
"default": 1,
|
|
3154
|
+
"description": "Number of times the gradient repeats around the circle. Values above 1 create a starburst pattern."
|
|
3155
|
+
},
|
|
3156
|
+
"colorSpace": {
|
|
3157
|
+
"ui": {
|
|
3158
|
+
"type": "select",
|
|
3159
|
+
"options": [
|
|
3160
|
+
{
|
|
3161
|
+
"label": "Linear RGB",
|
|
3162
|
+
"value": "linear"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"label": "OKLCh",
|
|
3166
|
+
"value": "oklch"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"label": "OKLAB",
|
|
3170
|
+
"value": "oklab"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"label": "HSL",
|
|
3174
|
+
"value": "hsl"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"label": "HSV",
|
|
3178
|
+
"value": "hsv"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"label": "LCH",
|
|
3182
|
+
"value": "lch"
|
|
3183
|
+
}
|
|
3184
|
+
],
|
|
3185
|
+
"label": "Color Space",
|
|
3186
|
+
"group": "Colors"
|
|
3187
|
+
},
|
|
3188
|
+
"default": "oklch",
|
|
3189
|
+
"description": "Color space for color interpolation"
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
2987
3193
|
{
|
|
2988
3194
|
"name": "ContourLines",
|
|
2989
3195
|
"category": "Stylize",
|
|
@@ -5017,48 +5223,314 @@ export const shaderRegistry = [
|
|
|
5017
5223
|
}
|
|
5018
5224
|
},
|
|
5019
5225
|
{
|
|
5020
|
-
"name": "
|
|
5021
|
-
"category": "
|
|
5022
|
-
"description": "
|
|
5023
|
-
"fileName": "
|
|
5024
|
-
"requiresChild": true,
|
|
5226
|
+
"name": "DiamondGradient",
|
|
5227
|
+
"category": "Textures",
|
|
5228
|
+
"description": "Diamond-shaped gradient radiating from a center point using Manhattan distance",
|
|
5229
|
+
"fileName": "DiamondGradient",
|
|
5025
5230
|
"definition": {
|
|
5026
|
-
"name": "
|
|
5027
|
-
"category": "
|
|
5028
|
-
"description": "
|
|
5029
|
-
"requiresRTT": true,
|
|
5030
|
-
"requiresChild": true,
|
|
5231
|
+
"name": "DiamondGradient",
|
|
5232
|
+
"category": "Textures",
|
|
5233
|
+
"description": "Diamond-shaped gradient radiating from a center point using Manhattan distance",
|
|
5031
5234
|
"props": {
|
|
5032
|
-
"
|
|
5033
|
-
"default":
|
|
5034
|
-
"description": "
|
|
5235
|
+
"colorA": {
|
|
5236
|
+
"default": "#4ffb4a",
|
|
5237
|
+
"description": "Color at the center of the diamond",
|
|
5238
|
+
"ui": {
|
|
5239
|
+
"type": "color",
|
|
5240
|
+
"label": "Color A (Center)",
|
|
5241
|
+
"group": "Colors"
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
"colorB": {
|
|
5245
|
+
"default": "#4f1238",
|
|
5246
|
+
"description": "Color at the outer edges of the diamond",
|
|
5247
|
+
"ui": {
|
|
5248
|
+
"type": "color",
|
|
5249
|
+
"label": "Color B (Edge)",
|
|
5250
|
+
"group": "Colors"
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
"center": {
|
|
5254
|
+
"default": {
|
|
5255
|
+
"x": 0.5,
|
|
5256
|
+
"y": 0.5
|
|
5257
|
+
},
|
|
5258
|
+
"description": "Center point of the diamond",
|
|
5259
|
+
"ui": {
|
|
5260
|
+
"type": "position",
|
|
5261
|
+
"label": "Center",
|
|
5262
|
+
"group": "Position"
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
"size": {
|
|
5266
|
+
"default": 0.7,
|
|
5267
|
+
"description": "Extent of the gradient — controls how far Color A reaches before transitioning to Color B",
|
|
5268
|
+
"ui": {
|
|
5269
|
+
"type": [
|
|
5270
|
+
"range",
|
|
5271
|
+
"map"
|
|
5272
|
+
],
|
|
5273
|
+
"min": 0.01,
|
|
5274
|
+
"max": 2,
|
|
5275
|
+
"step": 0.01,
|
|
5276
|
+
"label": "Size",
|
|
5277
|
+
"group": "Effect"
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
5280
|
+
"rotation": {
|
|
5281
|
+
"default": 0,
|
|
5282
|
+
"description": "Rotation in degrees — tilts the diamond into a rhombus",
|
|
5035
5283
|
"ui": {
|
|
5036
5284
|
"type": [
|
|
5037
5285
|
"range",
|
|
5038
5286
|
"map"
|
|
5039
5287
|
],
|
|
5040
5288
|
"min": 0,
|
|
5041
|
-
"max":
|
|
5289
|
+
"max": 360,
|
|
5042
5290
|
"step": 1,
|
|
5043
|
-
"label": "
|
|
5291
|
+
"label": "Rotation",
|
|
5044
5292
|
"group": "Effect"
|
|
5045
5293
|
}
|
|
5046
5294
|
},
|
|
5047
|
-
"
|
|
5048
|
-
"default":
|
|
5049
|
-
"description": "
|
|
5050
|
-
"compileTime": true,
|
|
5295
|
+
"repeat": {
|
|
5296
|
+
"default": 1,
|
|
5297
|
+
"description": "Number of times the gradient repeats outward. Values above 1 create concentric diamond or square bands.",
|
|
5051
5298
|
"ui": {
|
|
5052
|
-
"type":
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5299
|
+
"type": [
|
|
5300
|
+
"range",
|
|
5301
|
+
"map"
|
|
5302
|
+
],
|
|
5303
|
+
"min": 1,
|
|
5304
|
+
"max": 16,
|
|
5305
|
+
"step": 0.5,
|
|
5306
|
+
"label": "Repeat",
|
|
5307
|
+
"group": "Effect"
|
|
5308
|
+
}
|
|
5309
|
+
},
|
|
5310
|
+
"roundness": {
|
|
5311
|
+
"default": 0,
|
|
5312
|
+
"description": "Morphs from a sharp diamond (0) to a square (1)",
|
|
5313
|
+
"ui": {
|
|
5314
|
+
"type": [
|
|
5315
|
+
"range",
|
|
5316
|
+
"map"
|
|
5317
|
+
],
|
|
5318
|
+
"min": 0,
|
|
5319
|
+
"max": 1,
|
|
5320
|
+
"step": 0.01,
|
|
5321
|
+
"label": "Roundness",
|
|
5322
|
+
"group": "Effect"
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
5325
|
+
"colorSpace": {
|
|
5326
|
+
"default": "oklch",
|
|
5327
|
+
"compileTime": true,
|
|
5328
|
+
"description": "Color space for color interpolation",
|
|
5329
|
+
"ui": {
|
|
5330
|
+
"type": "select",
|
|
5331
|
+
"options": [
|
|
5332
|
+
{
|
|
5333
|
+
"label": "Linear RGB",
|
|
5334
|
+
"value": "linear"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"label": "OKLCh",
|
|
5338
|
+
"value": "oklch"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"label": "OKLAB",
|
|
5342
|
+
"value": "oklab"
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"label": "HSL",
|
|
5346
|
+
"value": "hsl"
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"label": "HSV",
|
|
5350
|
+
"value": "hsv"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"label": "LCH",
|
|
5354
|
+
"value": "lch"
|
|
5355
|
+
}
|
|
5356
|
+
],
|
|
5357
|
+
"label": "Color Space",
|
|
5358
|
+
"group": "Colors"
|
|
5359
|
+
}
|
|
5360
|
+
}
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5363
|
+
"propsMetadata": {
|
|
5364
|
+
"colorA": {
|
|
5365
|
+
"ui": {
|
|
5366
|
+
"type": "color",
|
|
5367
|
+
"label": "Color A (Center)",
|
|
5368
|
+
"group": "Colors"
|
|
5369
|
+
},
|
|
5370
|
+
"default": "#4ffb4a",
|
|
5371
|
+
"description": "Color at the center of the diamond"
|
|
5372
|
+
},
|
|
5373
|
+
"colorB": {
|
|
5374
|
+
"ui": {
|
|
5375
|
+
"type": "color",
|
|
5376
|
+
"label": "Color B (Edge)",
|
|
5377
|
+
"group": "Colors"
|
|
5378
|
+
},
|
|
5379
|
+
"default": "#4f1238",
|
|
5380
|
+
"description": "Color at the outer edges of the diamond"
|
|
5381
|
+
},
|
|
5382
|
+
"center": {
|
|
5383
|
+
"ui": {
|
|
5384
|
+
"type": "position",
|
|
5385
|
+
"label": "Center",
|
|
5386
|
+
"group": "Position"
|
|
5387
|
+
},
|
|
5388
|
+
"default": {
|
|
5389
|
+
"x": 0.5,
|
|
5390
|
+
"y": 0.5
|
|
5391
|
+
},
|
|
5392
|
+
"description": "Center point of the diamond"
|
|
5393
|
+
},
|
|
5394
|
+
"size": {
|
|
5395
|
+
"ui": {
|
|
5396
|
+
"type": [
|
|
5397
|
+
"range",
|
|
5398
|
+
"map"
|
|
5399
|
+
],
|
|
5400
|
+
"min": 0.01,
|
|
5401
|
+
"max": 2,
|
|
5402
|
+
"step": 0.01,
|
|
5403
|
+
"label": "Size",
|
|
5404
|
+
"group": "Effect"
|
|
5405
|
+
},
|
|
5406
|
+
"default": 0.7,
|
|
5407
|
+
"description": "Extent of the gradient — controls how far Color A reaches before transitioning to Color B"
|
|
5408
|
+
},
|
|
5409
|
+
"rotation": {
|
|
5410
|
+
"ui": {
|
|
5411
|
+
"type": [
|
|
5412
|
+
"range",
|
|
5413
|
+
"map"
|
|
5414
|
+
],
|
|
5415
|
+
"min": 0,
|
|
5416
|
+
"max": 360,
|
|
5417
|
+
"step": 1,
|
|
5418
|
+
"label": "Rotation",
|
|
5419
|
+
"group": "Effect"
|
|
5420
|
+
},
|
|
5421
|
+
"default": 0,
|
|
5422
|
+
"description": "Rotation in degrees — tilts the diamond into a rhombus"
|
|
5423
|
+
},
|
|
5424
|
+
"repeat": {
|
|
5425
|
+
"ui": {
|
|
5426
|
+
"type": [
|
|
5427
|
+
"range",
|
|
5428
|
+
"map"
|
|
5429
|
+
],
|
|
5430
|
+
"min": 1,
|
|
5431
|
+
"max": 16,
|
|
5432
|
+
"step": 0.5,
|
|
5433
|
+
"label": "Repeat",
|
|
5434
|
+
"group": "Effect"
|
|
5435
|
+
},
|
|
5436
|
+
"default": 1,
|
|
5437
|
+
"description": "Number of times the gradient repeats outward. Values above 1 create concentric diamond or square bands."
|
|
5438
|
+
},
|
|
5439
|
+
"roundness": {
|
|
5440
|
+
"ui": {
|
|
5441
|
+
"type": [
|
|
5442
|
+
"range",
|
|
5443
|
+
"map"
|
|
5444
|
+
],
|
|
5445
|
+
"min": 0,
|
|
5446
|
+
"max": 1,
|
|
5447
|
+
"step": 0.01,
|
|
5448
|
+
"label": "Roundness",
|
|
5449
|
+
"group": "Effect"
|
|
5450
|
+
},
|
|
5451
|
+
"default": 0,
|
|
5452
|
+
"description": "Morphs from a sharp diamond (0) to a square (1)"
|
|
5453
|
+
},
|
|
5454
|
+
"colorSpace": {
|
|
5455
|
+
"ui": {
|
|
5456
|
+
"type": "select",
|
|
5457
|
+
"options": [
|
|
5458
|
+
{
|
|
5459
|
+
"label": "Linear RGB",
|
|
5460
|
+
"value": "linear"
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"label": "OKLCh",
|
|
5464
|
+
"value": "oklch"
|
|
5465
|
+
},
|
|
5466
|
+
{
|
|
5467
|
+
"label": "OKLAB",
|
|
5468
|
+
"value": "oklab"
|
|
5469
|
+
},
|
|
5470
|
+
{
|
|
5471
|
+
"label": "HSL",
|
|
5472
|
+
"value": "hsl"
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"label": "HSV",
|
|
5476
|
+
"value": "hsv"
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"label": "LCH",
|
|
5480
|
+
"value": "lch"
|
|
5481
|
+
}
|
|
5482
|
+
],
|
|
5483
|
+
"label": "Color Space",
|
|
5484
|
+
"group": "Colors"
|
|
5485
|
+
},
|
|
5486
|
+
"default": "oklch",
|
|
5487
|
+
"description": "Color space for color interpolation"
|
|
5488
|
+
}
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"name": "DiffuseBlur",
|
|
5493
|
+
"category": "Blurs",
|
|
5494
|
+
"description": "Grain-like pixel displacement at random",
|
|
5495
|
+
"fileName": "DiffuseBlur",
|
|
5496
|
+
"requiresChild": true,
|
|
5497
|
+
"definition": {
|
|
5498
|
+
"name": "DiffuseBlur",
|
|
5499
|
+
"category": "Blurs",
|
|
5500
|
+
"description": "Grain-like pixel displacement at random",
|
|
5501
|
+
"requiresRTT": true,
|
|
5502
|
+
"requiresChild": true,
|
|
5503
|
+
"props": {
|
|
5504
|
+
"intensity": {
|
|
5505
|
+
"default": 30,
|
|
5506
|
+
"description": "Intensity of the diffuse blur effect",
|
|
5507
|
+
"ui": {
|
|
5508
|
+
"type": [
|
|
5509
|
+
"range",
|
|
5510
|
+
"map"
|
|
5511
|
+
],
|
|
5512
|
+
"min": 0,
|
|
5513
|
+
"max": 100,
|
|
5514
|
+
"step": 1,
|
|
5515
|
+
"label": "Intensity",
|
|
5516
|
+
"group": "Effect"
|
|
5517
|
+
}
|
|
5518
|
+
},
|
|
5519
|
+
"edges": {
|
|
5520
|
+
"default": "stretch",
|
|
5521
|
+
"description": "How to handle edges when distortion pushes content out of bounds",
|
|
5522
|
+
"compileTime": true,
|
|
5523
|
+
"ui": {
|
|
5524
|
+
"type": "select",
|
|
5525
|
+
"options": [
|
|
5526
|
+
{
|
|
5527
|
+
"label": "Stretch",
|
|
5528
|
+
"value": "stretch"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"label": "Transparent",
|
|
5532
|
+
"value": "transparent"
|
|
5533
|
+
},
|
|
5062
5534
|
{
|
|
5063
5535
|
"label": "Mirror",
|
|
5064
5536
|
"value": "mirror"
|
|
@@ -5497,39 +5969,30 @@ export const shaderRegistry = [
|
|
|
5497
5969
|
}
|
|
5498
5970
|
},
|
|
5499
5971
|
{
|
|
5500
|
-
"name": "
|
|
5501
|
-
"category": "
|
|
5502
|
-
"description": "
|
|
5503
|
-
"fileName": "
|
|
5972
|
+
"name": "DropShadow",
|
|
5973
|
+
"category": "Stylize",
|
|
5974
|
+
"description": "Adds a soft shadow behind the child content based on its alpha silhouette",
|
|
5975
|
+
"fileName": "DropShadow",
|
|
5504
5976
|
"requiresChild": true,
|
|
5505
5977
|
"definition": {
|
|
5506
|
-
"name": "
|
|
5507
|
-
"category": "
|
|
5508
|
-
"description": "
|
|
5978
|
+
"name": "DropShadow",
|
|
5979
|
+
"category": "Stylize",
|
|
5980
|
+
"description": "Adds a soft shadow behind the child content based on its alpha silhouette",
|
|
5509
5981
|
"requiresRTT": true,
|
|
5510
5982
|
"requiresChild": true,
|
|
5511
5983
|
"props": {
|
|
5512
|
-
"
|
|
5513
|
-
"default": "#
|
|
5514
|
-
"description": "
|
|
5515
|
-
"ui": {
|
|
5516
|
-
"type": "color",
|
|
5517
|
-
"label": "Color A",
|
|
5518
|
-
"group": "Colors"
|
|
5519
|
-
}
|
|
5520
|
-
},
|
|
5521
|
-
"colorB": {
|
|
5522
|
-
"default": "#023af4",
|
|
5523
|
-
"description": "Second color (used for brighter areas)",
|
|
5984
|
+
"color": {
|
|
5985
|
+
"default": "#000000",
|
|
5986
|
+
"description": "Shadow color",
|
|
5524
5987
|
"ui": {
|
|
5525
5988
|
"type": "color",
|
|
5526
|
-
"label": "Color
|
|
5989
|
+
"label": "Color",
|
|
5527
5990
|
"group": "Colors"
|
|
5528
5991
|
}
|
|
5529
5992
|
},
|
|
5530
|
-
"
|
|
5531
|
-
"default": 0.
|
|
5532
|
-
"description": "
|
|
5993
|
+
"distance": {
|
|
5994
|
+
"default": 0.1,
|
|
5995
|
+
"description": "How far the shadow is offset from the content",
|
|
5533
5996
|
"ui": {
|
|
5534
5997
|
"type": [
|
|
5535
5998
|
"range",
|
|
@@ -5537,15 +6000,180 @@ export const shaderRegistry = [
|
|
|
5537
6000
|
],
|
|
5538
6001
|
"min": 0,
|
|
5539
6002
|
"max": 1,
|
|
5540
|
-
"step": 0.
|
|
5541
|
-
"label": "
|
|
6003
|
+
"step": 0.005,
|
|
6004
|
+
"label": "Distance",
|
|
5542
6005
|
"group": "Effect"
|
|
5543
6006
|
}
|
|
5544
6007
|
},
|
|
5545
|
-
"
|
|
5546
|
-
"default":
|
|
5547
|
-
"
|
|
5548
|
-
"
|
|
6008
|
+
"angle": {
|
|
6009
|
+
"default": 135,
|
|
6010
|
+
"description": "Direction the shadow is cast (compass degrees: 0=up, 90=right, 135=lower-right, 180=down)",
|
|
6011
|
+
"ui": {
|
|
6012
|
+
"type": [
|
|
6013
|
+
"range",
|
|
6014
|
+
"map"
|
|
6015
|
+
],
|
|
6016
|
+
"min": 0,
|
|
6017
|
+
"max": 360,
|
|
6018
|
+
"step": 1,
|
|
6019
|
+
"label": "Angle",
|
|
6020
|
+
"group": "Effect"
|
|
6021
|
+
}
|
|
6022
|
+
},
|
|
6023
|
+
"blur": {
|
|
6024
|
+
"default": 5,
|
|
6025
|
+
"description": "Shadow softness (blur radius in pixels)",
|
|
6026
|
+
"ui": {
|
|
6027
|
+
"type": [
|
|
6028
|
+
"range",
|
|
6029
|
+
"map"
|
|
6030
|
+
],
|
|
6031
|
+
"min": 0,
|
|
6032
|
+
"max": 20,
|
|
6033
|
+
"step": 0.5,
|
|
6034
|
+
"label": "Blur",
|
|
6035
|
+
"group": "Effect"
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
"intensity": {
|
|
6039
|
+
"default": 0.5,
|
|
6040
|
+
"description": "Shadow intensity — how strong/visible the shadow is",
|
|
6041
|
+
"ui": {
|
|
6042
|
+
"type": [
|
|
6043
|
+
"range",
|
|
6044
|
+
"map"
|
|
6045
|
+
],
|
|
6046
|
+
"min": 0,
|
|
6047
|
+
"max": 1,
|
|
6048
|
+
"step": 0.01,
|
|
6049
|
+
"label": "Intensity",
|
|
6050
|
+
"group": "Effect"
|
|
6051
|
+
}
|
|
6052
|
+
}
|
|
6053
|
+
}
|
|
6054
|
+
},
|
|
6055
|
+
"propsMetadata": {
|
|
6056
|
+
"color": {
|
|
6057
|
+
"ui": {
|
|
6058
|
+
"type": "color",
|
|
6059
|
+
"label": "Color",
|
|
6060
|
+
"group": "Colors"
|
|
6061
|
+
},
|
|
6062
|
+
"default": "#000000",
|
|
6063
|
+
"description": "Shadow color"
|
|
6064
|
+
},
|
|
6065
|
+
"distance": {
|
|
6066
|
+
"ui": {
|
|
6067
|
+
"type": [
|
|
6068
|
+
"range",
|
|
6069
|
+
"map"
|
|
6070
|
+
],
|
|
6071
|
+
"min": 0,
|
|
6072
|
+
"max": 1,
|
|
6073
|
+
"step": 0.005,
|
|
6074
|
+
"label": "Distance",
|
|
6075
|
+
"group": "Effect"
|
|
6076
|
+
},
|
|
6077
|
+
"default": 0.1,
|
|
6078
|
+
"description": "How far the shadow is offset from the content"
|
|
6079
|
+
},
|
|
6080
|
+
"angle": {
|
|
6081
|
+
"ui": {
|
|
6082
|
+
"type": [
|
|
6083
|
+
"range",
|
|
6084
|
+
"map"
|
|
6085
|
+
],
|
|
6086
|
+
"min": 0,
|
|
6087
|
+
"max": 360,
|
|
6088
|
+
"step": 1,
|
|
6089
|
+
"label": "Angle",
|
|
6090
|
+
"group": "Effect"
|
|
6091
|
+
},
|
|
6092
|
+
"default": 135,
|
|
6093
|
+
"description": "Direction the shadow is cast (compass degrees: 0=up, 90=right, 135=lower-right, 180=down)"
|
|
6094
|
+
},
|
|
6095
|
+
"blur": {
|
|
6096
|
+
"ui": {
|
|
6097
|
+
"type": [
|
|
6098
|
+
"range",
|
|
6099
|
+
"map"
|
|
6100
|
+
],
|
|
6101
|
+
"min": 0,
|
|
6102
|
+
"max": 20,
|
|
6103
|
+
"step": 0.5,
|
|
6104
|
+
"label": "Blur",
|
|
6105
|
+
"group": "Effect"
|
|
6106
|
+
},
|
|
6107
|
+
"default": 5,
|
|
6108
|
+
"description": "Shadow softness (blur radius in pixels)"
|
|
6109
|
+
},
|
|
6110
|
+
"intensity": {
|
|
6111
|
+
"ui": {
|
|
6112
|
+
"type": [
|
|
6113
|
+
"range",
|
|
6114
|
+
"map"
|
|
6115
|
+
],
|
|
6116
|
+
"min": 0,
|
|
6117
|
+
"max": 1,
|
|
6118
|
+
"step": 0.01,
|
|
6119
|
+
"label": "Intensity",
|
|
6120
|
+
"group": "Effect"
|
|
6121
|
+
},
|
|
6122
|
+
"default": 0.5,
|
|
6123
|
+
"description": "Shadow intensity — how strong/visible the shadow is"
|
|
6124
|
+
}
|
|
6125
|
+
}
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "Duotone",
|
|
6129
|
+
"category": "Adjustments",
|
|
6130
|
+
"description": "Map colors to two tones based on luminance",
|
|
6131
|
+
"fileName": "Duotone",
|
|
6132
|
+
"requiresChild": true,
|
|
6133
|
+
"definition": {
|
|
6134
|
+
"name": "Duotone",
|
|
6135
|
+
"category": "Adjustments",
|
|
6136
|
+
"description": "Map colors to two tones based on luminance",
|
|
6137
|
+
"requiresRTT": true,
|
|
6138
|
+
"requiresChild": true,
|
|
6139
|
+
"props": {
|
|
6140
|
+
"colorA": {
|
|
6141
|
+
"default": "#ff0000",
|
|
6142
|
+
"description": "First color (used for darker areas)",
|
|
6143
|
+
"ui": {
|
|
6144
|
+
"type": "color",
|
|
6145
|
+
"label": "Color A",
|
|
6146
|
+
"group": "Colors"
|
|
6147
|
+
}
|
|
6148
|
+
},
|
|
6149
|
+
"colorB": {
|
|
6150
|
+
"default": "#023af4",
|
|
6151
|
+
"description": "Second color (used for brighter areas)",
|
|
6152
|
+
"ui": {
|
|
6153
|
+
"type": "color",
|
|
6154
|
+
"label": "Color B",
|
|
6155
|
+
"group": "Colors"
|
|
6156
|
+
}
|
|
6157
|
+
},
|
|
6158
|
+
"blend": {
|
|
6159
|
+
"default": 0.5,
|
|
6160
|
+
"description": "Blend point between the two colors",
|
|
6161
|
+
"ui": {
|
|
6162
|
+
"type": [
|
|
6163
|
+
"range",
|
|
6164
|
+
"map"
|
|
6165
|
+
],
|
|
6166
|
+
"min": 0,
|
|
6167
|
+
"max": 1,
|
|
6168
|
+
"step": 0.1,
|
|
6169
|
+
"label": "Blend",
|
|
6170
|
+
"group": "Effect"
|
|
6171
|
+
}
|
|
6172
|
+
},
|
|
6173
|
+
"colorSpace": {
|
|
6174
|
+
"default": "linear",
|
|
6175
|
+
"compileTime": true,
|
|
6176
|
+
"description": "Color space for color interpolation",
|
|
5549
6177
|
"ui": {
|
|
5550
6178
|
"type": "select",
|
|
5551
6179
|
"options": [
|
|
@@ -8987,12 +9615,12 @@ export const shaderRegistry = [
|
|
|
8987
9615
|
{
|
|
8988
9616
|
"name": "Grid",
|
|
8989
9617
|
"category": "Textures",
|
|
8990
|
-
"description": "Simple grid lines pattern with adjustable thickness",
|
|
9618
|
+
"description": "Simple grid lines pattern with adjustable thickness and rotation",
|
|
8991
9619
|
"fileName": "Grid",
|
|
8992
9620
|
"definition": {
|
|
8993
9621
|
"name": "Grid",
|
|
8994
9622
|
"category": "Textures",
|
|
8995
|
-
"description": "Simple grid lines pattern with adjustable thickness",
|
|
9623
|
+
"description": "Simple grid lines pattern with adjustable thickness and rotation",
|
|
8996
9624
|
"props": {
|
|
8997
9625
|
"color": {
|
|
8998
9626
|
"default": "#ffffff",
|
|
@@ -9032,6 +9660,21 @@ export const shaderRegistry = [
|
|
|
9032
9660
|
"label": "Thickness",
|
|
9033
9661
|
"group": "Effect"
|
|
9034
9662
|
}
|
|
9663
|
+
},
|
|
9664
|
+
"rotation": {
|
|
9665
|
+
"default": 0,
|
|
9666
|
+
"description": "Rotation of the grid in degrees. At 45° this produces a crosshatch/diamond pattern.",
|
|
9667
|
+
"ui": {
|
|
9668
|
+
"type": [
|
|
9669
|
+
"range",
|
|
9670
|
+
"map"
|
|
9671
|
+
],
|
|
9672
|
+
"min": 0,
|
|
9673
|
+
"max": 360,
|
|
9674
|
+
"step": 1,
|
|
9675
|
+
"label": "Rotation",
|
|
9676
|
+
"group": "Effect"
|
|
9677
|
+
}
|
|
9035
9678
|
}
|
|
9036
9679
|
}
|
|
9037
9680
|
},
|
|
@@ -9074,6 +9717,21 @@ export const shaderRegistry = [
|
|
|
9074
9717
|
},
|
|
9075
9718
|
"default": 1,
|
|
9076
9719
|
"description": "Thickness of grid lines (normalized, 0.0-1.0)"
|
|
9720
|
+
},
|
|
9721
|
+
"rotation": {
|
|
9722
|
+
"ui": {
|
|
9723
|
+
"type": [
|
|
9724
|
+
"range",
|
|
9725
|
+
"map"
|
|
9726
|
+
],
|
|
9727
|
+
"min": 0,
|
|
9728
|
+
"max": 360,
|
|
9729
|
+
"step": 1,
|
|
9730
|
+
"label": "Rotation",
|
|
9731
|
+
"group": "Effect"
|
|
9732
|
+
},
|
|
9733
|
+
"default": 0,
|
|
9734
|
+
"description": "Rotation of the grid in degrees. At 45° this produces a crosshatch/diamond pattern."
|
|
9077
9735
|
}
|
|
9078
9736
|
}
|
|
9079
9737
|
},
|
|
@@ -9375,64 +10033,246 @@ export const shaderRegistry = [
|
|
|
9375
10033
|
}
|
|
9376
10034
|
},
|
|
9377
10035
|
{
|
|
9378
|
-
"name": "
|
|
9379
|
-
"category": "
|
|
9380
|
-
"description": "
|
|
9381
|
-
"fileName": "
|
|
9382
|
-
"requiresChild": true,
|
|
10036
|
+
"name": "HexGrid",
|
|
10037
|
+
"category": "Textures",
|
|
10038
|
+
"description": "Honeycomb hexagonal grid pattern",
|
|
10039
|
+
"fileName": "HexGrid",
|
|
9383
10040
|
"definition": {
|
|
9384
|
-
"name": "
|
|
9385
|
-
"category": "
|
|
9386
|
-
"description": "
|
|
9387
|
-
"requiresChild": true,
|
|
10041
|
+
"name": "HexGrid",
|
|
10042
|
+
"category": "Textures",
|
|
10043
|
+
"description": "Honeycomb hexagonal grid pattern",
|
|
9388
10044
|
"props": {
|
|
9389
|
-
"
|
|
9390
|
-
"default":
|
|
9391
|
-
"description": "
|
|
10045
|
+
"colorA": {
|
|
10046
|
+
"default": "#000000",
|
|
10047
|
+
"description": "Cell fill color",
|
|
10048
|
+
"ui": {
|
|
10049
|
+
"type": "color",
|
|
10050
|
+
"label": "Color A",
|
|
10051
|
+
"group": "Colors"
|
|
10052
|
+
}
|
|
10053
|
+
},
|
|
10054
|
+
"colorB": {
|
|
10055
|
+
"default": "#ffffff",
|
|
10056
|
+
"description": "Grid line color",
|
|
10057
|
+
"ui": {
|
|
10058
|
+
"type": "color",
|
|
10059
|
+
"label": "Color B",
|
|
10060
|
+
"group": "Colors"
|
|
10061
|
+
}
|
|
10062
|
+
},
|
|
10063
|
+
"cells": {
|
|
10064
|
+
"default": 8,
|
|
10065
|
+
"description": "Number of hexagons across the shortest canvas edge",
|
|
9392
10066
|
"ui": {
|
|
9393
10067
|
"type": [
|
|
9394
10068
|
"range",
|
|
9395
10069
|
"map"
|
|
9396
10070
|
],
|
|
9397
|
-
"min":
|
|
9398
|
-
"max":
|
|
10071
|
+
"min": 1,
|
|
10072
|
+
"max": 40,
|
|
9399
10073
|
"step": 1,
|
|
9400
|
-
"label": "
|
|
9401
|
-
"group": "
|
|
10074
|
+
"label": "Cells",
|
|
10075
|
+
"group": "Effect"
|
|
9402
10076
|
}
|
|
9403
|
-
}
|
|
9404
|
-
}
|
|
9405
|
-
},
|
|
9406
|
-
"propsMetadata": {
|
|
9407
|
-
"shift": {
|
|
9408
|
-
"ui": {
|
|
9409
|
-
"type": [
|
|
9410
|
-
"range",
|
|
9411
|
-
"map"
|
|
9412
|
-
],
|
|
9413
|
-
"min": -180,
|
|
9414
|
-
"max": 180,
|
|
9415
|
-
"step": 1,
|
|
9416
|
-
"label": "Shift",
|
|
9417
|
-
"group": "Appearance"
|
|
9418
10077
|
},
|
|
9419
|
-
"
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
"
|
|
9435
|
-
"default": "
|
|
10078
|
+
"thickness": {
|
|
10079
|
+
"default": 1,
|
|
10080
|
+
"description": "Thickness of the hex grid lines",
|
|
10081
|
+
"ui": {
|
|
10082
|
+
"type": [
|
|
10083
|
+
"range",
|
|
10084
|
+
"map"
|
|
10085
|
+
],
|
|
10086
|
+
"min": 0,
|
|
10087
|
+
"max": 10,
|
|
10088
|
+
"step": 0.1,
|
|
10089
|
+
"label": "Thickness",
|
|
10090
|
+
"group": "Effect"
|
|
10091
|
+
}
|
|
10092
|
+
},
|
|
10093
|
+
"colorSpace": {
|
|
10094
|
+
"default": "linear",
|
|
10095
|
+
"compileTime": true,
|
|
10096
|
+
"description": "Color space for color interpolation",
|
|
10097
|
+
"ui": {
|
|
10098
|
+
"type": "select",
|
|
10099
|
+
"options": [
|
|
10100
|
+
{
|
|
10101
|
+
"label": "Linear RGB",
|
|
10102
|
+
"value": "linear"
|
|
10103
|
+
},
|
|
10104
|
+
{
|
|
10105
|
+
"label": "OKLCh",
|
|
10106
|
+
"value": "oklch"
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
"label": "OKLAB",
|
|
10110
|
+
"value": "oklab"
|
|
10111
|
+
},
|
|
10112
|
+
{
|
|
10113
|
+
"label": "HSL",
|
|
10114
|
+
"value": "hsl"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"label": "HSV",
|
|
10118
|
+
"value": "hsv"
|
|
10119
|
+
},
|
|
10120
|
+
{
|
|
10121
|
+
"label": "LCH",
|
|
10122
|
+
"value": "lch"
|
|
10123
|
+
}
|
|
10124
|
+
],
|
|
10125
|
+
"label": "Color Space",
|
|
10126
|
+
"group": "Colors"
|
|
10127
|
+
}
|
|
10128
|
+
}
|
|
10129
|
+
}
|
|
10130
|
+
},
|
|
10131
|
+
"propsMetadata": {
|
|
10132
|
+
"colorA": {
|
|
10133
|
+
"ui": {
|
|
10134
|
+
"type": "color",
|
|
10135
|
+
"label": "Color A",
|
|
10136
|
+
"group": "Colors"
|
|
10137
|
+
},
|
|
10138
|
+
"default": "#000000",
|
|
10139
|
+
"description": "Cell fill color"
|
|
10140
|
+
},
|
|
10141
|
+
"colorB": {
|
|
10142
|
+
"ui": {
|
|
10143
|
+
"type": "color",
|
|
10144
|
+
"label": "Color B",
|
|
10145
|
+
"group": "Colors"
|
|
10146
|
+
},
|
|
10147
|
+
"default": "#ffffff",
|
|
10148
|
+
"description": "Grid line color"
|
|
10149
|
+
},
|
|
10150
|
+
"cells": {
|
|
10151
|
+
"ui": {
|
|
10152
|
+
"type": [
|
|
10153
|
+
"range",
|
|
10154
|
+
"map"
|
|
10155
|
+
],
|
|
10156
|
+
"min": 1,
|
|
10157
|
+
"max": 40,
|
|
10158
|
+
"step": 1,
|
|
10159
|
+
"label": "Cells",
|
|
10160
|
+
"group": "Effect"
|
|
10161
|
+
},
|
|
10162
|
+
"default": 8,
|
|
10163
|
+
"description": "Number of hexagons across the shortest canvas edge"
|
|
10164
|
+
},
|
|
10165
|
+
"thickness": {
|
|
10166
|
+
"ui": {
|
|
10167
|
+
"type": [
|
|
10168
|
+
"range",
|
|
10169
|
+
"map"
|
|
10170
|
+
],
|
|
10171
|
+
"min": 0,
|
|
10172
|
+
"max": 10,
|
|
10173
|
+
"step": 0.1,
|
|
10174
|
+
"label": "Thickness",
|
|
10175
|
+
"group": "Effect"
|
|
10176
|
+
},
|
|
10177
|
+
"default": 1,
|
|
10178
|
+
"description": "Thickness of the hex grid lines"
|
|
10179
|
+
},
|
|
10180
|
+
"colorSpace": {
|
|
10181
|
+
"ui": {
|
|
10182
|
+
"type": "select",
|
|
10183
|
+
"options": [
|
|
10184
|
+
{
|
|
10185
|
+
"label": "Linear RGB",
|
|
10186
|
+
"value": "linear"
|
|
10187
|
+
},
|
|
10188
|
+
{
|
|
10189
|
+
"label": "OKLCh",
|
|
10190
|
+
"value": "oklch"
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"label": "OKLAB",
|
|
10194
|
+
"value": "oklab"
|
|
10195
|
+
},
|
|
10196
|
+
{
|
|
10197
|
+
"label": "HSL",
|
|
10198
|
+
"value": "hsl"
|
|
10199
|
+
},
|
|
10200
|
+
{
|
|
10201
|
+
"label": "HSV",
|
|
10202
|
+
"value": "hsv"
|
|
10203
|
+
},
|
|
10204
|
+
{
|
|
10205
|
+
"label": "LCH",
|
|
10206
|
+
"value": "lch"
|
|
10207
|
+
}
|
|
10208
|
+
],
|
|
10209
|
+
"label": "Color Space",
|
|
10210
|
+
"group": "Colors"
|
|
10211
|
+
},
|
|
10212
|
+
"default": "linear",
|
|
10213
|
+
"description": "Color space for color interpolation"
|
|
10214
|
+
}
|
|
10215
|
+
}
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"name": "HueShift",
|
|
10219
|
+
"category": "Adjustments",
|
|
10220
|
+
"description": "Rotate hue around the color wheel",
|
|
10221
|
+
"fileName": "HueShift",
|
|
10222
|
+
"requiresChild": true,
|
|
10223
|
+
"definition": {
|
|
10224
|
+
"name": "HueShift",
|
|
10225
|
+
"category": "Adjustments",
|
|
10226
|
+
"description": "Rotate hue around the color wheel",
|
|
10227
|
+
"requiresChild": true,
|
|
10228
|
+
"props": {
|
|
10229
|
+
"shift": {
|
|
10230
|
+
"default": 0,
|
|
10231
|
+
"description": "The amount to shift the hue by",
|
|
10232
|
+
"ui": {
|
|
10233
|
+
"type": [
|
|
10234
|
+
"range",
|
|
10235
|
+
"map"
|
|
10236
|
+
],
|
|
10237
|
+
"min": -180,
|
|
10238
|
+
"max": 180,
|
|
10239
|
+
"step": 1,
|
|
10240
|
+
"label": "Shift",
|
|
10241
|
+
"group": "Appearance"
|
|
10242
|
+
}
|
|
10243
|
+
}
|
|
10244
|
+
}
|
|
10245
|
+
},
|
|
10246
|
+
"propsMetadata": {
|
|
10247
|
+
"shift": {
|
|
10248
|
+
"ui": {
|
|
10249
|
+
"type": [
|
|
10250
|
+
"range",
|
|
10251
|
+
"map"
|
|
10252
|
+
],
|
|
10253
|
+
"min": -180,
|
|
10254
|
+
"max": 180,
|
|
10255
|
+
"step": 1,
|
|
10256
|
+
"label": "Shift",
|
|
10257
|
+
"group": "Appearance"
|
|
10258
|
+
},
|
|
10259
|
+
"default": 0,
|
|
10260
|
+
"description": "The amount to shift the hue by"
|
|
10261
|
+
}
|
|
10262
|
+
}
|
|
10263
|
+
},
|
|
10264
|
+
{
|
|
10265
|
+
"name": "ImageTexture",
|
|
10266
|
+
"category": "Textures",
|
|
10267
|
+
"description": "Display an image with customizable object-fit modes",
|
|
10268
|
+
"fileName": "ImageTexture",
|
|
10269
|
+
"definition": {
|
|
10270
|
+
"name": "ImageTexture",
|
|
10271
|
+
"category": "Textures",
|
|
10272
|
+
"description": "Display an image with customizable object-fit modes",
|
|
10273
|
+
"props": {
|
|
10274
|
+
"url": {
|
|
10275
|
+
"default": "https://shaders.com/sample.jpg",
|
|
9436
10276
|
"description": "Upload an image or provide a URL",
|
|
9437
10277
|
"ui": {
|
|
9438
10278
|
"type": "image-upload",
|
|
@@ -10825,65 +11665,320 @@ export const shaderRegistry = [
|
|
|
10825
11665
|
}
|
|
10826
11666
|
},
|
|
10827
11667
|
{
|
|
10828
|
-
"name": "
|
|
10829
|
-
"category": "
|
|
10830
|
-
"description": "
|
|
10831
|
-
"fileName": "
|
|
11668
|
+
"name": "MultiPointGradient",
|
|
11669
|
+
"category": "Textures",
|
|
11670
|
+
"description": "Five individually placed color points blended together by proximity — drag each point to shape the gradient",
|
|
11671
|
+
"fileName": "MultiPointGradient",
|
|
10832
11672
|
"definition": {
|
|
10833
|
-
"name": "
|
|
10834
|
-
"category": "
|
|
10835
|
-
"description": "
|
|
11673
|
+
"name": "MultiPointGradient",
|
|
11674
|
+
"category": "Textures",
|
|
11675
|
+
"description": "Five individually placed color points blended together by proximity — drag each point to shape the gradient",
|
|
10836
11676
|
"props": {
|
|
10837
|
-
"
|
|
11677
|
+
"colorA": {
|
|
11678
|
+
"default": "#4776E6",
|
|
11679
|
+
"description": "Color of control point A",
|
|
11680
|
+
"ui": {
|
|
11681
|
+
"type": "color",
|
|
11682
|
+
"label": "Color",
|
|
11683
|
+
"group": "Point A"
|
|
11684
|
+
}
|
|
11685
|
+
},
|
|
11686
|
+
"positionA": {
|
|
10838
11687
|
"default": {
|
|
10839
|
-
"x": 0.
|
|
10840
|
-
"y": 0.
|
|
11688
|
+
"x": 0.2,
|
|
11689
|
+
"y": 0.2
|
|
10841
11690
|
},
|
|
10842
|
-
"description": "
|
|
11691
|
+
"description": "Position of control point A",
|
|
10843
11692
|
"ui": {
|
|
10844
11693
|
"type": "position",
|
|
10845
|
-
"label": "
|
|
10846
|
-
"group": "
|
|
11694
|
+
"label": "Position",
|
|
11695
|
+
"group": "Point A"
|
|
10847
11696
|
}
|
|
10848
11697
|
},
|
|
10849
|
-
"
|
|
10850
|
-
"default":
|
|
10851
|
-
"description": "
|
|
11698
|
+
"colorB": {
|
|
11699
|
+
"default": "#C44DFF",
|
|
11700
|
+
"description": "Color of control point B",
|
|
10852
11701
|
"ui": {
|
|
10853
|
-
"type": "
|
|
10854
|
-
"
|
|
10855
|
-
"
|
|
10856
|
-
"step": 0.05,
|
|
10857
|
-
"label": "Scale",
|
|
10858
|
-
"group": "Position"
|
|
11702
|
+
"type": "color",
|
|
11703
|
+
"label": "Color",
|
|
11704
|
+
"group": "Point B"
|
|
10859
11705
|
}
|
|
10860
11706
|
},
|
|
10861
|
-
"
|
|
10862
|
-
"default":
|
|
10863
|
-
|
|
11707
|
+
"positionB": {
|
|
11708
|
+
"default": {
|
|
11709
|
+
"x": 0.8,
|
|
11710
|
+
"y": 0.2
|
|
11711
|
+
},
|
|
11712
|
+
"description": "Position of control point B",
|
|
10864
11713
|
"ui": {
|
|
10865
|
-
"type": "
|
|
10866
|
-
"label": "
|
|
10867
|
-
"group": "
|
|
11714
|
+
"type": "position",
|
|
11715
|
+
"label": "Position",
|
|
11716
|
+
"group": "Point B"
|
|
10868
11717
|
}
|
|
10869
11718
|
},
|
|
10870
|
-
"
|
|
10871
|
-
"default": "#
|
|
10872
|
-
"description": "
|
|
11719
|
+
"colorC": {
|
|
11720
|
+
"default": "#1ABC9C",
|
|
11721
|
+
"description": "Color of control point C",
|
|
10873
11722
|
"ui": {
|
|
10874
11723
|
"type": "color",
|
|
10875
|
-
"label": "
|
|
10876
|
-
"group": "
|
|
11724
|
+
"label": "Color",
|
|
11725
|
+
"group": "Point C"
|
|
10877
11726
|
}
|
|
10878
11727
|
},
|
|
10879
|
-
"
|
|
10880
|
-
"default":
|
|
10881
|
-
|
|
11728
|
+
"positionC": {
|
|
11729
|
+
"default": {
|
|
11730
|
+
"x": 0.2,
|
|
11731
|
+
"y": 0.8
|
|
11732
|
+
},
|
|
11733
|
+
"description": "Position of control point C",
|
|
10882
11734
|
"ui": {
|
|
10883
|
-
"type": "
|
|
10884
|
-
"
|
|
10885
|
-
"
|
|
10886
|
-
|
|
11735
|
+
"type": "position",
|
|
11736
|
+
"label": "Position",
|
|
11737
|
+
"group": "Point C"
|
|
11738
|
+
}
|
|
11739
|
+
},
|
|
11740
|
+
"colorD": {
|
|
11741
|
+
"default": "#F8BBD9",
|
|
11742
|
+
"description": "Color of control point D",
|
|
11743
|
+
"ui": {
|
|
11744
|
+
"type": "color",
|
|
11745
|
+
"label": "Color",
|
|
11746
|
+
"group": "Point D"
|
|
11747
|
+
}
|
|
11748
|
+
},
|
|
11749
|
+
"positionD": {
|
|
11750
|
+
"default": {
|
|
11751
|
+
"x": 0.8,
|
|
11752
|
+
"y": 0.8
|
|
11753
|
+
},
|
|
11754
|
+
"description": "Position of control point D",
|
|
11755
|
+
"ui": {
|
|
11756
|
+
"type": "position",
|
|
11757
|
+
"label": "Position",
|
|
11758
|
+
"group": "Point D"
|
|
11759
|
+
}
|
|
11760
|
+
},
|
|
11761
|
+
"colorE": {
|
|
11762
|
+
"default": "#FF8C42",
|
|
11763
|
+
"description": "Color of control point E",
|
|
11764
|
+
"ui": {
|
|
11765
|
+
"type": "color",
|
|
11766
|
+
"label": "Color",
|
|
11767
|
+
"group": "Point E"
|
|
11768
|
+
}
|
|
11769
|
+
},
|
|
11770
|
+
"positionE": {
|
|
11771
|
+
"default": {
|
|
11772
|
+
"x": 0.5,
|
|
11773
|
+
"y": 0.5
|
|
11774
|
+
},
|
|
11775
|
+
"description": "Position of control point E",
|
|
11776
|
+
"ui": {
|
|
11777
|
+
"type": "position",
|
|
11778
|
+
"label": "Position",
|
|
11779
|
+
"group": "Point E"
|
|
11780
|
+
}
|
|
11781
|
+
},
|
|
11782
|
+
"smoothness": {
|
|
11783
|
+
"default": 2,
|
|
11784
|
+
"description": "Controls how smoothly colors blend.",
|
|
11785
|
+
"ui": {
|
|
11786
|
+
"type": [
|
|
11787
|
+
"range",
|
|
11788
|
+
"map"
|
|
11789
|
+
],
|
|
11790
|
+
"min": 0,
|
|
11791
|
+
"max": 5,
|
|
11792
|
+
"step": 0.05,
|
|
11793
|
+
"label": "Smoothness",
|
|
11794
|
+
"group": "Effect"
|
|
11795
|
+
}
|
|
11796
|
+
}
|
|
11797
|
+
}
|
|
11798
|
+
},
|
|
11799
|
+
"propsMetadata": {
|
|
11800
|
+
"colorA": {
|
|
11801
|
+
"ui": {
|
|
11802
|
+
"type": "color",
|
|
11803
|
+
"label": "Color",
|
|
11804
|
+
"group": "Point A"
|
|
11805
|
+
},
|
|
11806
|
+
"default": "#4776E6",
|
|
11807
|
+
"description": "Color of control point A"
|
|
11808
|
+
},
|
|
11809
|
+
"positionA": {
|
|
11810
|
+
"ui": {
|
|
11811
|
+
"type": "position",
|
|
11812
|
+
"label": "Position",
|
|
11813
|
+
"group": "Point A"
|
|
11814
|
+
},
|
|
11815
|
+
"default": {
|
|
11816
|
+
"x": 0.2,
|
|
11817
|
+
"y": 0.2
|
|
11818
|
+
},
|
|
11819
|
+
"description": "Position of control point A"
|
|
11820
|
+
},
|
|
11821
|
+
"colorB": {
|
|
11822
|
+
"ui": {
|
|
11823
|
+
"type": "color",
|
|
11824
|
+
"label": "Color",
|
|
11825
|
+
"group": "Point B"
|
|
11826
|
+
},
|
|
11827
|
+
"default": "#C44DFF",
|
|
11828
|
+
"description": "Color of control point B"
|
|
11829
|
+
},
|
|
11830
|
+
"positionB": {
|
|
11831
|
+
"ui": {
|
|
11832
|
+
"type": "position",
|
|
11833
|
+
"label": "Position",
|
|
11834
|
+
"group": "Point B"
|
|
11835
|
+
},
|
|
11836
|
+
"default": {
|
|
11837
|
+
"x": 0.8,
|
|
11838
|
+
"y": 0.2
|
|
11839
|
+
},
|
|
11840
|
+
"description": "Position of control point B"
|
|
11841
|
+
},
|
|
11842
|
+
"colorC": {
|
|
11843
|
+
"ui": {
|
|
11844
|
+
"type": "color",
|
|
11845
|
+
"label": "Color",
|
|
11846
|
+
"group": "Point C"
|
|
11847
|
+
},
|
|
11848
|
+
"default": "#1ABC9C",
|
|
11849
|
+
"description": "Color of control point C"
|
|
11850
|
+
},
|
|
11851
|
+
"positionC": {
|
|
11852
|
+
"ui": {
|
|
11853
|
+
"type": "position",
|
|
11854
|
+
"label": "Position",
|
|
11855
|
+
"group": "Point C"
|
|
11856
|
+
},
|
|
11857
|
+
"default": {
|
|
11858
|
+
"x": 0.2,
|
|
11859
|
+
"y": 0.8
|
|
11860
|
+
},
|
|
11861
|
+
"description": "Position of control point C"
|
|
11862
|
+
},
|
|
11863
|
+
"colorD": {
|
|
11864
|
+
"ui": {
|
|
11865
|
+
"type": "color",
|
|
11866
|
+
"label": "Color",
|
|
11867
|
+
"group": "Point D"
|
|
11868
|
+
},
|
|
11869
|
+
"default": "#F8BBD9",
|
|
11870
|
+
"description": "Color of control point D"
|
|
11871
|
+
},
|
|
11872
|
+
"positionD": {
|
|
11873
|
+
"ui": {
|
|
11874
|
+
"type": "position",
|
|
11875
|
+
"label": "Position",
|
|
11876
|
+
"group": "Point D"
|
|
11877
|
+
},
|
|
11878
|
+
"default": {
|
|
11879
|
+
"x": 0.8,
|
|
11880
|
+
"y": 0.8
|
|
11881
|
+
},
|
|
11882
|
+
"description": "Position of control point D"
|
|
11883
|
+
},
|
|
11884
|
+
"colorE": {
|
|
11885
|
+
"ui": {
|
|
11886
|
+
"type": "color",
|
|
11887
|
+
"label": "Color",
|
|
11888
|
+
"group": "Point E"
|
|
11889
|
+
},
|
|
11890
|
+
"default": "#FF8C42",
|
|
11891
|
+
"description": "Color of control point E"
|
|
11892
|
+
},
|
|
11893
|
+
"positionE": {
|
|
11894
|
+
"ui": {
|
|
11895
|
+
"type": "position",
|
|
11896
|
+
"label": "Position",
|
|
11897
|
+
"group": "Point E"
|
|
11898
|
+
},
|
|
11899
|
+
"default": {
|
|
11900
|
+
"x": 0.5,
|
|
11901
|
+
"y": 0.5
|
|
11902
|
+
},
|
|
11903
|
+
"description": "Position of control point E"
|
|
11904
|
+
},
|
|
11905
|
+
"smoothness": {
|
|
11906
|
+
"ui": {
|
|
11907
|
+
"type": [
|
|
11908
|
+
"range",
|
|
11909
|
+
"map"
|
|
11910
|
+
],
|
|
11911
|
+
"min": 0,
|
|
11912
|
+
"max": 5,
|
|
11913
|
+
"step": 0.05,
|
|
11914
|
+
"label": "Smoothness",
|
|
11915
|
+
"group": "Effect"
|
|
11916
|
+
},
|
|
11917
|
+
"default": 2,
|
|
11918
|
+
"description": "Controls how smoothly colors blend."
|
|
11919
|
+
}
|
|
11920
|
+
}
|
|
11921
|
+
},
|
|
11922
|
+
{
|
|
11923
|
+
"name": "Neon",
|
|
11924
|
+
"category": "Shape Effects",
|
|
11925
|
+
"description": "Photorealistic neon tube / 3D pipe effect driven by a custom shape",
|
|
11926
|
+
"fileName": "Neon",
|
|
11927
|
+
"definition": {
|
|
11928
|
+
"name": "Neon",
|
|
11929
|
+
"category": "Shape Effects",
|
|
11930
|
+
"description": "Photorealistic neon tube / 3D pipe effect driven by a custom shape",
|
|
11931
|
+
"props": {
|
|
11932
|
+
"center": {
|
|
11933
|
+
"default": {
|
|
11934
|
+
"x": 0.5,
|
|
11935
|
+
"y": 0.5
|
|
11936
|
+
},
|
|
11937
|
+
"description": "Center position of the neon shape",
|
|
11938
|
+
"ui": {
|
|
11939
|
+
"type": "position",
|
|
11940
|
+
"label": "Center",
|
|
11941
|
+
"group": "Position"
|
|
11942
|
+
}
|
|
11943
|
+
},
|
|
11944
|
+
"scale": {
|
|
11945
|
+
"default": 1,
|
|
11946
|
+
"description": "Scale of the neon shape (1 = default size)",
|
|
11947
|
+
"ui": {
|
|
11948
|
+
"type": "range",
|
|
11949
|
+
"min": 0.1,
|
|
11950
|
+
"max": 3,
|
|
11951
|
+
"step": 0.05,
|
|
11952
|
+
"label": "Scale",
|
|
11953
|
+
"group": "Position"
|
|
11954
|
+
}
|
|
11955
|
+
},
|
|
11956
|
+
"color": {
|
|
11957
|
+
"default": "#00ddff",
|
|
11958
|
+
"description": "Primary neon tube color",
|
|
11959
|
+
"ui": {
|
|
11960
|
+
"type": "color",
|
|
11961
|
+
"label": "Tube Color",
|
|
11962
|
+
"group": "Colors"
|
|
11963
|
+
}
|
|
11964
|
+
},
|
|
11965
|
+
"secondaryColor": {
|
|
11966
|
+
"default": "#ff00aa",
|
|
11967
|
+
"description": "Shadow-side color for a two-tone / dual-lit pipe look",
|
|
11968
|
+
"ui": {
|
|
11969
|
+
"type": "color",
|
|
11970
|
+
"label": "Secondary Color",
|
|
11971
|
+
"group": "Colors"
|
|
11972
|
+
}
|
|
11973
|
+
},
|
|
11974
|
+
"secondaryBlend": {
|
|
11975
|
+
"default": 0.5,
|
|
11976
|
+
"description": "Blend between mono (0) and two-tone (1) tube coloring",
|
|
11977
|
+
"ui": {
|
|
11978
|
+
"type": "range",
|
|
11979
|
+
"min": 0,
|
|
11980
|
+
"max": 1,
|
|
11981
|
+
"step": 0.01,
|
|
10887
11982
|
"label": "Blend",
|
|
10888
11983
|
"group": "Colors"
|
|
10889
11984
|
}
|
|
@@ -12815,6 +13910,51 @@ export const shaderRegistry = [
|
|
|
12815
13910
|
"group": "Effect"
|
|
12816
13911
|
}
|
|
12817
13912
|
},
|
|
13913
|
+
"repeat": {
|
|
13914
|
+
"default": 1,
|
|
13915
|
+
"description": "Number of times the gradient repeats. Values above 1 create concentric rings.",
|
|
13916
|
+
"ui": {
|
|
13917
|
+
"type": [
|
|
13918
|
+
"range",
|
|
13919
|
+
"map"
|
|
13920
|
+
],
|
|
13921
|
+
"min": 1,
|
|
13922
|
+
"max": 20,
|
|
13923
|
+
"step": 0.5,
|
|
13924
|
+
"label": "Repeat",
|
|
13925
|
+
"group": "Effect"
|
|
13926
|
+
}
|
|
13927
|
+
},
|
|
13928
|
+
"aspect": {
|
|
13929
|
+
"default": 1,
|
|
13930
|
+
"description": "Stretches the gradient into an ellipse. Values below 1 compress vertically, above 1 compress horizontally.",
|
|
13931
|
+
"ui": {
|
|
13932
|
+
"type": [
|
|
13933
|
+
"range",
|
|
13934
|
+
"map"
|
|
13935
|
+
],
|
|
13936
|
+
"min": 0.1,
|
|
13937
|
+
"max": 4,
|
|
13938
|
+
"step": 0.05,
|
|
13939
|
+
"label": "Aspect",
|
|
13940
|
+
"group": "Effect"
|
|
13941
|
+
}
|
|
13942
|
+
},
|
|
13943
|
+
"skewAngle": {
|
|
13944
|
+
"default": 0,
|
|
13945
|
+
"description": "Rotates the ellipse axis in degrees. Only visible when Aspect is not 1.",
|
|
13946
|
+
"ui": {
|
|
13947
|
+
"type": [
|
|
13948
|
+
"range",
|
|
13949
|
+
"map"
|
|
13950
|
+
],
|
|
13951
|
+
"min": 0,
|
|
13952
|
+
"max": 360,
|
|
13953
|
+
"step": 1,
|
|
13954
|
+
"label": "Skew Angle",
|
|
13955
|
+
"group": "Effect"
|
|
13956
|
+
}
|
|
13957
|
+
},
|
|
12818
13958
|
"colorSpace": {
|
|
12819
13959
|
"default": "linear",
|
|
12820
13960
|
"compileTime": true,
|
|
@@ -12899,29 +14039,74 @@ export const shaderRegistry = [
|
|
|
12899
14039
|
"default": 1,
|
|
12900
14040
|
"description": "The radius of the gradient (normalized, 0.0-1.0)"
|
|
12901
14041
|
},
|
|
12902
|
-
"
|
|
14042
|
+
"repeat": {
|
|
12903
14043
|
"ui": {
|
|
12904
|
-
"type":
|
|
12905
|
-
|
|
12906
|
-
|
|
12907
|
-
|
|
12908
|
-
|
|
12909
|
-
|
|
12910
|
-
|
|
12911
|
-
|
|
12912
|
-
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
|
|
12920
|
-
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
|
|
14044
|
+
"type": [
|
|
14045
|
+
"range",
|
|
14046
|
+
"map"
|
|
14047
|
+
],
|
|
14048
|
+
"min": 1,
|
|
14049
|
+
"max": 20,
|
|
14050
|
+
"step": 0.5,
|
|
14051
|
+
"label": "Repeat",
|
|
14052
|
+
"group": "Effect"
|
|
14053
|
+
},
|
|
14054
|
+
"default": 1,
|
|
14055
|
+
"description": "Number of times the gradient repeats. Values above 1 create concentric rings."
|
|
14056
|
+
},
|
|
14057
|
+
"aspect": {
|
|
14058
|
+
"ui": {
|
|
14059
|
+
"type": [
|
|
14060
|
+
"range",
|
|
14061
|
+
"map"
|
|
14062
|
+
],
|
|
14063
|
+
"min": 0.1,
|
|
14064
|
+
"max": 4,
|
|
14065
|
+
"step": 0.05,
|
|
14066
|
+
"label": "Aspect",
|
|
14067
|
+
"group": "Effect"
|
|
14068
|
+
},
|
|
14069
|
+
"default": 1,
|
|
14070
|
+
"description": "Stretches the gradient into an ellipse. Values below 1 compress vertically, above 1 compress horizontally."
|
|
14071
|
+
},
|
|
14072
|
+
"skewAngle": {
|
|
14073
|
+
"ui": {
|
|
14074
|
+
"type": [
|
|
14075
|
+
"range",
|
|
14076
|
+
"map"
|
|
14077
|
+
],
|
|
14078
|
+
"min": 0,
|
|
14079
|
+
"max": 360,
|
|
14080
|
+
"step": 1,
|
|
14081
|
+
"label": "Skew Angle",
|
|
14082
|
+
"group": "Effect"
|
|
14083
|
+
},
|
|
14084
|
+
"default": 0,
|
|
14085
|
+
"description": "Rotates the ellipse axis in degrees. Only visible when Aspect is not 1."
|
|
14086
|
+
},
|
|
14087
|
+
"colorSpace": {
|
|
14088
|
+
"ui": {
|
|
14089
|
+
"type": "select",
|
|
14090
|
+
"options": [
|
|
14091
|
+
{
|
|
14092
|
+
"label": "Linear RGB",
|
|
14093
|
+
"value": "linear"
|
|
14094
|
+
},
|
|
14095
|
+
{
|
|
14096
|
+
"label": "OKLCh",
|
|
14097
|
+
"value": "oklch"
|
|
14098
|
+
},
|
|
14099
|
+
{
|
|
14100
|
+
"label": "OKLAB",
|
|
14101
|
+
"value": "oklab"
|
|
14102
|
+
},
|
|
14103
|
+
{
|
|
14104
|
+
"label": "HSL",
|
|
14105
|
+
"value": "hsl"
|
|
14106
|
+
},
|
|
14107
|
+
{
|
|
14108
|
+
"label": "HSV",
|
|
14109
|
+
"value": "hsv"
|
|
12925
14110
|
},
|
|
12926
14111
|
{
|
|
12927
14112
|
"label": "LCH",
|
|
@@ -14728,6 +15913,83 @@ export const shaderRegistry = [
|
|
|
14728
15913
|
}
|
|
14729
15914
|
}
|
|
14730
15915
|
},
|
|
15916
|
+
{
|
|
15917
|
+
"name": "Solarize",
|
|
15918
|
+
"category": "Adjustments",
|
|
15919
|
+
"description": "Inverts tones above a luminance threshold — a classic darkroom and photo effect",
|
|
15920
|
+
"fileName": "Solarize",
|
|
15921
|
+
"requiresChild": true,
|
|
15922
|
+
"definition": {
|
|
15923
|
+
"name": "Solarize",
|
|
15924
|
+
"category": "Adjustments",
|
|
15925
|
+
"description": "Inverts tones above a luminance threshold — a classic darkroom and photo effect",
|
|
15926
|
+
"requiresChild": true,
|
|
15927
|
+
"props": {
|
|
15928
|
+
"threshold": {
|
|
15929
|
+
"default": 0.5,
|
|
15930
|
+
"description": "Luminance level above which colors are inverted. Pixels brighter than this threshold get flipped.",
|
|
15931
|
+
"ui": {
|
|
15932
|
+
"type": [
|
|
15933
|
+
"range",
|
|
15934
|
+
"map"
|
|
15935
|
+
],
|
|
15936
|
+
"min": 0,
|
|
15937
|
+
"max": 1,
|
|
15938
|
+
"step": 0.01,
|
|
15939
|
+
"label": "Threshold",
|
|
15940
|
+
"group": "Effect"
|
|
15941
|
+
}
|
|
15942
|
+
},
|
|
15943
|
+
"strength": {
|
|
15944
|
+
"default": 1,
|
|
15945
|
+
"description": "Blend between original (0) and fully solarized (1)",
|
|
15946
|
+
"ui": {
|
|
15947
|
+
"type": [
|
|
15948
|
+
"range",
|
|
15949
|
+
"map"
|
|
15950
|
+
],
|
|
15951
|
+
"min": 0,
|
|
15952
|
+
"max": 1,
|
|
15953
|
+
"step": 0.01,
|
|
15954
|
+
"label": "Strength",
|
|
15955
|
+
"group": "Effect"
|
|
15956
|
+
}
|
|
15957
|
+
}
|
|
15958
|
+
}
|
|
15959
|
+
},
|
|
15960
|
+
"propsMetadata": {
|
|
15961
|
+
"threshold": {
|
|
15962
|
+
"ui": {
|
|
15963
|
+
"type": [
|
|
15964
|
+
"range",
|
|
15965
|
+
"map"
|
|
15966
|
+
],
|
|
15967
|
+
"min": 0,
|
|
15968
|
+
"max": 1,
|
|
15969
|
+
"step": 0.01,
|
|
15970
|
+
"label": "Threshold",
|
|
15971
|
+
"group": "Effect"
|
|
15972
|
+
},
|
|
15973
|
+
"default": 0.5,
|
|
15974
|
+
"description": "Luminance level above which colors are inverted. Pixels brighter than this threshold get flipped."
|
|
15975
|
+
},
|
|
15976
|
+
"strength": {
|
|
15977
|
+
"ui": {
|
|
15978
|
+
"type": [
|
|
15979
|
+
"range",
|
|
15980
|
+
"map"
|
|
15981
|
+
],
|
|
15982
|
+
"min": 0,
|
|
15983
|
+
"max": 1,
|
|
15984
|
+
"step": 0.01,
|
|
15985
|
+
"label": "Strength",
|
|
15986
|
+
"group": "Effect"
|
|
15987
|
+
},
|
|
15988
|
+
"default": 1,
|
|
15989
|
+
"description": "Blend between original (0) and fully solarized (1)"
|
|
15990
|
+
}
|
|
15991
|
+
}
|
|
15992
|
+
},
|
|
14731
15993
|
{
|
|
14732
15994
|
"name": "SolidColor",
|
|
14733
15995
|
"category": "Textures",
|
|
@@ -17794,96 +19056,308 @@ export const shaderRegistry = [
|
|
|
17794
19056
|
}
|
|
17795
19057
|
},
|
|
17796
19058
|
{
|
|
17797
|
-
"name": "
|
|
17798
|
-
"category": "
|
|
17799
|
-
"description": "
|
|
17800
|
-
"fileName": "
|
|
17801
|
-
"requiresChild": true,
|
|
19059
|
+
"name": "Truchet",
|
|
19060
|
+
"category": "Textures",
|
|
19061
|
+
"description": "Quarter-circle arc tiles that connect to form organic, maze-like flowing curves",
|
|
19062
|
+
"fileName": "Truchet",
|
|
17802
19063
|
"definition": {
|
|
17803
|
-
"name": "
|
|
17804
|
-
"category": "
|
|
17805
|
-
"description": "
|
|
17806
|
-
"requiresRTT": true,
|
|
17807
|
-
"requiresChild": true,
|
|
19064
|
+
"name": "Truchet",
|
|
19065
|
+
"category": "Textures",
|
|
19066
|
+
"description": "Quarter-circle arc tiles that connect to form organic, maze-like flowing curves",
|
|
17808
19067
|
"props": {
|
|
17809
|
-
"
|
|
17810
|
-
"default":
|
|
17811
|
-
|
|
17812
|
-
"y": 0.5
|
|
17813
|
-
},
|
|
17814
|
-
"description": "The center point of the twirl effect",
|
|
19068
|
+
"colorA": {
|
|
19069
|
+
"default": "#000000",
|
|
19070
|
+
"description": "Background color between the arcs",
|
|
17815
19071
|
"ui": {
|
|
17816
|
-
"type": "
|
|
17817
|
-
"label": "
|
|
17818
|
-
"group": "
|
|
19072
|
+
"type": "color",
|
|
19073
|
+
"label": "Color A",
|
|
19074
|
+
"group": "Colors"
|
|
17819
19075
|
}
|
|
17820
19076
|
},
|
|
17821
|
-
"
|
|
17822
|
-
"default":
|
|
17823
|
-
"description": "
|
|
19077
|
+
"colorB": {
|
|
19078
|
+
"default": "#ffffff",
|
|
19079
|
+
"description": "Arc line color",
|
|
19080
|
+
"ui": {
|
|
19081
|
+
"type": "color",
|
|
19082
|
+
"label": "Color B",
|
|
19083
|
+
"group": "Colors"
|
|
19084
|
+
}
|
|
19085
|
+
},
|
|
19086
|
+
"cells": {
|
|
19087
|
+
"default": 10,
|
|
19088
|
+
"description": "Number of tiles across the shortest canvas edge",
|
|
17824
19089
|
"ui": {
|
|
17825
19090
|
"type": [
|
|
17826
19091
|
"range",
|
|
17827
19092
|
"map"
|
|
17828
19093
|
],
|
|
17829
|
-
"min":
|
|
17830
|
-
"max":
|
|
19094
|
+
"min": 2,
|
|
19095
|
+
"max": 40,
|
|
19096
|
+
"step": 1,
|
|
19097
|
+
"label": "Cells",
|
|
19098
|
+
"group": "Effect"
|
|
19099
|
+
}
|
|
19100
|
+
},
|
|
19101
|
+
"thickness": {
|
|
19102
|
+
"default": 2,
|
|
19103
|
+
"description": "Thickness of the arc lines",
|
|
19104
|
+
"ui": {
|
|
19105
|
+
"type": [
|
|
19106
|
+
"range",
|
|
19107
|
+
"map"
|
|
19108
|
+
],
|
|
19109
|
+
"min": 0,
|
|
19110
|
+
"max": 20,
|
|
17831
19111
|
"step": 0.1,
|
|
17832
|
-
"label": "
|
|
19112
|
+
"label": "Thickness",
|
|
17833
19113
|
"group": "Effect"
|
|
17834
19114
|
}
|
|
17835
19115
|
},
|
|
17836
|
-
"
|
|
17837
|
-
"default":
|
|
17838
|
-
"description": "
|
|
19116
|
+
"seed": {
|
|
19117
|
+
"default": 0,
|
|
19118
|
+
"description": "Random seed — changes which tiles flip, producing a different maze pattern",
|
|
19119
|
+
"ui": {
|
|
19120
|
+
"type": [
|
|
19121
|
+
"range",
|
|
19122
|
+
"map"
|
|
19123
|
+
],
|
|
19124
|
+
"min": 0,
|
|
19125
|
+
"max": 100,
|
|
19126
|
+
"step": 1,
|
|
19127
|
+
"label": "Seed",
|
|
19128
|
+
"group": "Effect"
|
|
19129
|
+
}
|
|
19130
|
+
},
|
|
19131
|
+
"colorSpace": {
|
|
19132
|
+
"default": "linear",
|
|
17839
19133
|
"compileTime": true,
|
|
19134
|
+
"description": "Color space for color interpolation",
|
|
17840
19135
|
"ui": {
|
|
17841
19136
|
"type": "select",
|
|
17842
19137
|
"options": [
|
|
17843
19138
|
{
|
|
17844
|
-
"label": "
|
|
17845
|
-
"value": "
|
|
19139
|
+
"label": "Linear RGB",
|
|
19140
|
+
"value": "linear"
|
|
17846
19141
|
},
|
|
17847
19142
|
{
|
|
17848
|
-
"label": "
|
|
17849
|
-
"value": "
|
|
19143
|
+
"label": "OKLCh",
|
|
19144
|
+
"value": "oklch"
|
|
17850
19145
|
},
|
|
17851
19146
|
{
|
|
17852
|
-
"label": "
|
|
17853
|
-
"value": "
|
|
19147
|
+
"label": "OKLAB",
|
|
19148
|
+
"value": "oklab"
|
|
17854
19149
|
},
|
|
17855
19150
|
{
|
|
17856
|
-
"label": "
|
|
17857
|
-
"value": "
|
|
19151
|
+
"label": "HSL",
|
|
19152
|
+
"value": "hsl"
|
|
19153
|
+
},
|
|
19154
|
+
{
|
|
19155
|
+
"label": "HSV",
|
|
19156
|
+
"value": "hsv"
|
|
19157
|
+
},
|
|
19158
|
+
{
|
|
19159
|
+
"label": "LCH",
|
|
19160
|
+
"value": "lch"
|
|
17858
19161
|
}
|
|
17859
19162
|
],
|
|
17860
|
-
"label": "
|
|
17861
|
-
"group": "
|
|
19163
|
+
"label": "Color Space",
|
|
19164
|
+
"group": "Colors"
|
|
17862
19165
|
}
|
|
17863
19166
|
}
|
|
17864
19167
|
}
|
|
17865
19168
|
},
|
|
17866
19169
|
"propsMetadata": {
|
|
17867
|
-
"
|
|
19170
|
+
"colorA": {
|
|
17868
19171
|
"ui": {
|
|
17869
|
-
"type": "
|
|
17870
|
-
"label": "
|
|
17871
|
-
"group": "
|
|
19172
|
+
"type": "color",
|
|
19173
|
+
"label": "Color A",
|
|
19174
|
+
"group": "Colors"
|
|
17872
19175
|
},
|
|
17873
|
-
"default":
|
|
17874
|
-
|
|
17875
|
-
|
|
19176
|
+
"default": "#000000",
|
|
19177
|
+
"description": "Background color between the arcs"
|
|
19178
|
+
},
|
|
19179
|
+
"colorB": {
|
|
19180
|
+
"ui": {
|
|
19181
|
+
"type": "color",
|
|
19182
|
+
"label": "Color B",
|
|
19183
|
+
"group": "Colors"
|
|
17876
19184
|
},
|
|
17877
|
-
"
|
|
19185
|
+
"default": "#ffffff",
|
|
19186
|
+
"description": "Arc line color"
|
|
17878
19187
|
},
|
|
17879
|
-
"
|
|
19188
|
+
"cells": {
|
|
17880
19189
|
"ui": {
|
|
17881
19190
|
"type": [
|
|
17882
19191
|
"range",
|
|
17883
19192
|
"map"
|
|
17884
19193
|
],
|
|
17885
|
-
"min":
|
|
17886
|
-
"max":
|
|
19194
|
+
"min": 2,
|
|
19195
|
+
"max": 40,
|
|
19196
|
+
"step": 1,
|
|
19197
|
+
"label": "Cells",
|
|
19198
|
+
"group": "Effect"
|
|
19199
|
+
},
|
|
19200
|
+
"default": 10,
|
|
19201
|
+
"description": "Number of tiles across the shortest canvas edge"
|
|
19202
|
+
},
|
|
19203
|
+
"thickness": {
|
|
19204
|
+
"ui": {
|
|
19205
|
+
"type": [
|
|
19206
|
+
"range",
|
|
19207
|
+
"map"
|
|
19208
|
+
],
|
|
19209
|
+
"min": 0,
|
|
19210
|
+
"max": 20,
|
|
19211
|
+
"step": 0.1,
|
|
19212
|
+
"label": "Thickness",
|
|
19213
|
+
"group": "Effect"
|
|
19214
|
+
},
|
|
19215
|
+
"default": 2,
|
|
19216
|
+
"description": "Thickness of the arc lines"
|
|
19217
|
+
},
|
|
19218
|
+
"seed": {
|
|
19219
|
+
"ui": {
|
|
19220
|
+
"type": [
|
|
19221
|
+
"range",
|
|
19222
|
+
"map"
|
|
19223
|
+
],
|
|
19224
|
+
"min": 0,
|
|
19225
|
+
"max": 100,
|
|
19226
|
+
"step": 1,
|
|
19227
|
+
"label": "Seed",
|
|
19228
|
+
"group": "Effect"
|
|
19229
|
+
},
|
|
19230
|
+
"default": 0,
|
|
19231
|
+
"description": "Random seed — changes which tiles flip, producing a different maze pattern"
|
|
19232
|
+
},
|
|
19233
|
+
"colorSpace": {
|
|
19234
|
+
"ui": {
|
|
19235
|
+
"type": "select",
|
|
19236
|
+
"options": [
|
|
19237
|
+
{
|
|
19238
|
+
"label": "Linear RGB",
|
|
19239
|
+
"value": "linear"
|
|
19240
|
+
},
|
|
19241
|
+
{
|
|
19242
|
+
"label": "OKLCh",
|
|
19243
|
+
"value": "oklch"
|
|
19244
|
+
},
|
|
19245
|
+
{
|
|
19246
|
+
"label": "OKLAB",
|
|
19247
|
+
"value": "oklab"
|
|
19248
|
+
},
|
|
19249
|
+
{
|
|
19250
|
+
"label": "HSL",
|
|
19251
|
+
"value": "hsl"
|
|
19252
|
+
},
|
|
19253
|
+
{
|
|
19254
|
+
"label": "HSV",
|
|
19255
|
+
"value": "hsv"
|
|
19256
|
+
},
|
|
19257
|
+
{
|
|
19258
|
+
"label": "LCH",
|
|
19259
|
+
"value": "lch"
|
|
19260
|
+
}
|
|
19261
|
+
],
|
|
19262
|
+
"label": "Color Space",
|
|
19263
|
+
"group": "Colors"
|
|
19264
|
+
},
|
|
19265
|
+
"default": "linear",
|
|
19266
|
+
"description": "Color space for color interpolation"
|
|
19267
|
+
}
|
|
19268
|
+
}
|
|
19269
|
+
},
|
|
19270
|
+
{
|
|
19271
|
+
"name": "Twirl",
|
|
19272
|
+
"category": "Distortions",
|
|
19273
|
+
"description": "Rotate and twist content around a center point",
|
|
19274
|
+
"fileName": "Twirl",
|
|
19275
|
+
"requiresChild": true,
|
|
19276
|
+
"definition": {
|
|
19277
|
+
"name": "Twirl",
|
|
19278
|
+
"category": "Distortions",
|
|
19279
|
+
"description": "Rotate and twist content around a center point",
|
|
19280
|
+
"requiresRTT": true,
|
|
19281
|
+
"requiresChild": true,
|
|
19282
|
+
"props": {
|
|
19283
|
+
"center": {
|
|
19284
|
+
"default": {
|
|
19285
|
+
"x": 0.5,
|
|
19286
|
+
"y": 0.5
|
|
19287
|
+
},
|
|
19288
|
+
"description": "The center point of the twirl effect",
|
|
19289
|
+
"ui": {
|
|
19290
|
+
"type": "position",
|
|
19291
|
+
"label": "Center",
|
|
19292
|
+
"group": "Position"
|
|
19293
|
+
}
|
|
19294
|
+
},
|
|
19295
|
+
"intensity": {
|
|
19296
|
+
"default": 1,
|
|
19297
|
+
"description": "The strength of the twirl effect",
|
|
19298
|
+
"ui": {
|
|
19299
|
+
"type": [
|
|
19300
|
+
"range",
|
|
19301
|
+
"map"
|
|
19302
|
+
],
|
|
19303
|
+
"min": -5,
|
|
19304
|
+
"max": 5,
|
|
19305
|
+
"step": 0.1,
|
|
19306
|
+
"label": "Intensity",
|
|
19307
|
+
"group": "Effect"
|
|
19308
|
+
}
|
|
19309
|
+
},
|
|
19310
|
+
"edges": {
|
|
19311
|
+
"default": "stretch",
|
|
19312
|
+
"description": "How to handle edges when distortion pushes content out of bounds",
|
|
19313
|
+
"compileTime": true,
|
|
19314
|
+
"ui": {
|
|
19315
|
+
"type": "select",
|
|
19316
|
+
"options": [
|
|
19317
|
+
{
|
|
19318
|
+
"label": "Stretch",
|
|
19319
|
+
"value": "stretch"
|
|
19320
|
+
},
|
|
19321
|
+
{
|
|
19322
|
+
"label": "Transparent",
|
|
19323
|
+
"value": "transparent"
|
|
19324
|
+
},
|
|
19325
|
+
{
|
|
19326
|
+
"label": "Mirror",
|
|
19327
|
+
"value": "mirror"
|
|
19328
|
+
},
|
|
19329
|
+
{
|
|
19330
|
+
"label": "Wrap",
|
|
19331
|
+
"value": "wrap"
|
|
19332
|
+
}
|
|
19333
|
+
],
|
|
19334
|
+
"label": "Edges",
|
|
19335
|
+
"group": "Effect"
|
|
19336
|
+
}
|
|
19337
|
+
}
|
|
19338
|
+
}
|
|
19339
|
+
},
|
|
19340
|
+
"propsMetadata": {
|
|
19341
|
+
"center": {
|
|
19342
|
+
"ui": {
|
|
19343
|
+
"type": "position",
|
|
19344
|
+
"label": "Center",
|
|
19345
|
+
"group": "Position"
|
|
19346
|
+
},
|
|
19347
|
+
"default": {
|
|
19348
|
+
"x": 0.5,
|
|
19349
|
+
"y": 0.5
|
|
19350
|
+
},
|
|
19351
|
+
"description": "The center point of the twirl effect"
|
|
19352
|
+
},
|
|
19353
|
+
"intensity": {
|
|
19354
|
+
"ui": {
|
|
19355
|
+
"type": [
|
|
19356
|
+
"range",
|
|
19357
|
+
"map"
|
|
19358
|
+
],
|
|
19359
|
+
"min": -5,
|
|
19360
|
+
"max": 5,
|
|
17887
19361
|
"step": 0.1,
|
|
17888
19362
|
"label": "Intensity",
|
|
17889
19363
|
"group": "Effect"
|
|
@@ -18393,85 +19867,518 @@ export const shaderRegistry = [
|
|
|
18393
19867
|
}
|
|
18394
19868
|
},
|
|
18395
19869
|
{
|
|
18396
|
-
"name": "
|
|
18397
|
-
"category": "
|
|
18398
|
-
"description": "
|
|
18399
|
-
"fileName": "
|
|
19870
|
+
"name": "Vignette",
|
|
19871
|
+
"category": "Stylize",
|
|
19872
|
+
"description": "Darkens or tints the edges of the frame, drawing attention toward the center",
|
|
19873
|
+
"fileName": "Vignette",
|
|
18400
19874
|
"requiresChild": true,
|
|
18401
19875
|
"definition": {
|
|
18402
|
-
"name": "
|
|
18403
|
-
"category": "
|
|
18404
|
-
"description": "
|
|
18405
|
-
"requiresRTT": true,
|
|
19876
|
+
"name": "Vignette",
|
|
19877
|
+
"category": "Stylize",
|
|
19878
|
+
"description": "Darkens or tints the edges of the frame, drawing attention toward the center",
|
|
18406
19879
|
"requiresChild": true,
|
|
18407
19880
|
"props": {
|
|
18408
|
-
"
|
|
18409
|
-
"default":
|
|
18410
|
-
"description": "
|
|
19881
|
+
"color": {
|
|
19882
|
+
"default": "#000000",
|
|
19883
|
+
"description": "Color of the vignette at the edges",
|
|
19884
|
+
"ui": {
|
|
19885
|
+
"type": "color",
|
|
19886
|
+
"label": "Color",
|
|
19887
|
+
"group": "Colors"
|
|
19888
|
+
}
|
|
19889
|
+
},
|
|
19890
|
+
"center": {
|
|
19891
|
+
"default": {
|
|
19892
|
+
"x": 0.5,
|
|
19893
|
+
"y": 0.5
|
|
19894
|
+
},
|
|
19895
|
+
"description": "Center of the clear area where the vignette begins",
|
|
19896
|
+
"ui": {
|
|
19897
|
+
"type": "position",
|
|
19898
|
+
"label": "Center",
|
|
19899
|
+
"group": "Position"
|
|
19900
|
+
}
|
|
19901
|
+
},
|
|
19902
|
+
"radius": {
|
|
19903
|
+
"default": 0.5,
|
|
19904
|
+
"description": "Distance from center where the vignette begins to fade in",
|
|
18411
19905
|
"ui": {
|
|
18412
19906
|
"type": [
|
|
18413
19907
|
"range",
|
|
18414
19908
|
"map"
|
|
18415
19909
|
],
|
|
18416
19910
|
"min": 0,
|
|
18417
|
-
"max": 1,
|
|
18418
|
-
"step": 0.
|
|
18419
|
-
"label": "
|
|
19911
|
+
"max": 1.5,
|
|
19912
|
+
"step": 0.01,
|
|
19913
|
+
"label": "Radius",
|
|
18420
19914
|
"group": "Effect"
|
|
18421
19915
|
}
|
|
18422
19916
|
},
|
|
18423
|
-
"
|
|
18424
|
-
"default":
|
|
18425
|
-
"description": "
|
|
19917
|
+
"falloff": {
|
|
19918
|
+
"default": 0.5,
|
|
19919
|
+
"description": "Width of the transition zone from clear to full vignette",
|
|
18426
19920
|
"ui": {
|
|
18427
19921
|
"type": [
|
|
18428
19922
|
"range",
|
|
18429
19923
|
"map"
|
|
18430
19924
|
],
|
|
18431
|
-
"min": 0.
|
|
18432
|
-
"max":
|
|
18433
|
-
"step": 0.
|
|
18434
|
-
"label": "
|
|
19925
|
+
"min": 0.01,
|
|
19926
|
+
"max": 1.5,
|
|
19927
|
+
"step": 0.01,
|
|
19928
|
+
"label": "Falloff",
|
|
18435
19929
|
"group": "Effect"
|
|
18436
19930
|
}
|
|
18437
19931
|
},
|
|
18438
|
-
"
|
|
19932
|
+
"intensity": {
|
|
18439
19933
|
"default": 1,
|
|
18440
|
-
"description": "
|
|
18441
|
-
"ui": {
|
|
18442
|
-
"type": "range",
|
|
18443
|
-
"min": 0,
|
|
18444
|
-
"max": 5,
|
|
18445
|
-
"step": 0.1,
|
|
18446
|
-
"label": "Speed",
|
|
18447
|
-
"group": "Animation"
|
|
18448
|
-
}
|
|
18449
|
-
},
|
|
18450
|
-
"angle": {
|
|
18451
|
-
"default": 0,
|
|
18452
|
-
"description": "Direction of wave distortion in degrees",
|
|
19934
|
+
"description": "Strength of the vignette effect",
|
|
18453
19935
|
"ui": {
|
|
18454
19936
|
"type": [
|
|
18455
19937
|
"range",
|
|
18456
19938
|
"map"
|
|
18457
19939
|
],
|
|
18458
19940
|
"min": 0,
|
|
18459
|
-
"max":
|
|
18460
|
-
"step":
|
|
18461
|
-
"label": "
|
|
19941
|
+
"max": 1,
|
|
19942
|
+
"step": 0.01,
|
|
19943
|
+
"label": "Intensity",
|
|
18462
19944
|
"group": "Effect"
|
|
18463
19945
|
}
|
|
19946
|
+
}
|
|
19947
|
+
}
|
|
19948
|
+
},
|
|
19949
|
+
"propsMetadata": {
|
|
19950
|
+
"color": {
|
|
19951
|
+
"ui": {
|
|
19952
|
+
"type": "color",
|
|
19953
|
+
"label": "Color",
|
|
19954
|
+
"group": "Colors"
|
|
18464
19955
|
},
|
|
18465
|
-
"
|
|
18466
|
-
|
|
18467
|
-
|
|
18468
|
-
|
|
18469
|
-
|
|
18470
|
-
|
|
18471
|
-
|
|
18472
|
-
|
|
18473
|
-
|
|
18474
|
-
|
|
19956
|
+
"default": "#000000",
|
|
19957
|
+
"description": "Color of the vignette at the edges"
|
|
19958
|
+
},
|
|
19959
|
+
"center": {
|
|
19960
|
+
"ui": {
|
|
19961
|
+
"type": "position",
|
|
19962
|
+
"label": "Center",
|
|
19963
|
+
"group": "Position"
|
|
19964
|
+
},
|
|
19965
|
+
"default": {
|
|
19966
|
+
"x": 0.5,
|
|
19967
|
+
"y": 0.5
|
|
19968
|
+
},
|
|
19969
|
+
"description": "Center of the clear area where the vignette begins"
|
|
19970
|
+
},
|
|
19971
|
+
"radius": {
|
|
19972
|
+
"ui": {
|
|
19973
|
+
"type": [
|
|
19974
|
+
"range",
|
|
19975
|
+
"map"
|
|
19976
|
+
],
|
|
19977
|
+
"min": 0,
|
|
19978
|
+
"max": 1.5,
|
|
19979
|
+
"step": 0.01,
|
|
19980
|
+
"label": "Radius",
|
|
19981
|
+
"group": "Effect"
|
|
19982
|
+
},
|
|
19983
|
+
"default": 0.5,
|
|
19984
|
+
"description": "Distance from center where the vignette begins to fade in"
|
|
19985
|
+
},
|
|
19986
|
+
"falloff": {
|
|
19987
|
+
"ui": {
|
|
19988
|
+
"type": [
|
|
19989
|
+
"range",
|
|
19990
|
+
"map"
|
|
19991
|
+
],
|
|
19992
|
+
"min": 0.01,
|
|
19993
|
+
"max": 1.5,
|
|
19994
|
+
"step": 0.01,
|
|
19995
|
+
"label": "Falloff",
|
|
19996
|
+
"group": "Effect"
|
|
19997
|
+
},
|
|
19998
|
+
"default": 0.5,
|
|
19999
|
+
"description": "Width of the transition zone from clear to full vignette"
|
|
20000
|
+
},
|
|
20001
|
+
"intensity": {
|
|
20002
|
+
"ui": {
|
|
20003
|
+
"type": [
|
|
20004
|
+
"range",
|
|
20005
|
+
"map"
|
|
20006
|
+
],
|
|
20007
|
+
"min": 0,
|
|
20008
|
+
"max": 1,
|
|
20009
|
+
"step": 0.01,
|
|
20010
|
+
"label": "Intensity",
|
|
20011
|
+
"group": "Effect"
|
|
20012
|
+
},
|
|
20013
|
+
"default": 1,
|
|
20014
|
+
"description": "Strength of the vignette effect"
|
|
20015
|
+
}
|
|
20016
|
+
}
|
|
20017
|
+
},
|
|
20018
|
+
{
|
|
20019
|
+
"name": "Voronoi",
|
|
20020
|
+
"category": "Textures",
|
|
20021
|
+
"description": "Cellular pattern where each pixel is colored by its distance to the nearest of many scattered points",
|
|
20022
|
+
"fileName": "Voronoi",
|
|
20023
|
+
"definition": {
|
|
20024
|
+
"name": "Voronoi",
|
|
20025
|
+
"category": "Textures",
|
|
20026
|
+
"description": "Cellular pattern where each pixel is colored by its distance to the nearest of many scattered points",
|
|
20027
|
+
"props": {
|
|
20028
|
+
"colorA": {
|
|
20029
|
+
"default": "#3186cf",
|
|
20030
|
+
"description": "Color near each cell's center point",
|
|
20031
|
+
"ui": {
|
|
20032
|
+
"type": "color",
|
|
20033
|
+
"label": "Color A (Center)",
|
|
20034
|
+
"group": "Colors"
|
|
20035
|
+
}
|
|
20036
|
+
},
|
|
20037
|
+
"colorB": {
|
|
20038
|
+
"default": "#fc02dd",
|
|
20039
|
+
"description": "Color at cell boundaries, far from any center point",
|
|
20040
|
+
"ui": {
|
|
20041
|
+
"type": "color",
|
|
20042
|
+
"label": "Color B (Edge)",
|
|
20043
|
+
"group": "Colors"
|
|
20044
|
+
}
|
|
20045
|
+
},
|
|
20046
|
+
"colorBorder": {
|
|
20047
|
+
"default": "#000000",
|
|
20048
|
+
"description": "Color of the cell boundary lines",
|
|
20049
|
+
"ui": {
|
|
20050
|
+
"type": "color",
|
|
20051
|
+
"label": "Border Color",
|
|
20052
|
+
"group": "Colors"
|
|
20053
|
+
}
|
|
20054
|
+
},
|
|
20055
|
+
"scale": {
|
|
20056
|
+
"default": 6,
|
|
20057
|
+
"description": "Number of cells across the canvas",
|
|
20058
|
+
"ui": {
|
|
20059
|
+
"type": [
|
|
20060
|
+
"range",
|
|
20061
|
+
"map"
|
|
20062
|
+
],
|
|
20063
|
+
"min": 1,
|
|
20064
|
+
"max": 20,
|
|
20065
|
+
"step": 0.5,
|
|
20066
|
+
"label": "Scale",
|
|
20067
|
+
"group": "Effect"
|
|
20068
|
+
}
|
|
20069
|
+
},
|
|
20070
|
+
"speed": {
|
|
20071
|
+
"default": 0.5,
|
|
20072
|
+
"description": "Animation speed — how fast the cell points drift",
|
|
20073
|
+
"ui": {
|
|
20074
|
+
"type": "range",
|
|
20075
|
+
"min": 0,
|
|
20076
|
+
"max": 5,
|
|
20077
|
+
"step": 0.1,
|
|
20078
|
+
"label": "Speed",
|
|
20079
|
+
"group": "Animation"
|
|
20080
|
+
}
|
|
20081
|
+
},
|
|
20082
|
+
"seed": {
|
|
20083
|
+
"default": 0,
|
|
20084
|
+
"description": "Random seed — shifts the cell pattern without changing the overall structure",
|
|
20085
|
+
"ui": {
|
|
20086
|
+
"type": [
|
|
20087
|
+
"range",
|
|
20088
|
+
"map"
|
|
20089
|
+
],
|
|
20090
|
+
"min": 0,
|
|
20091
|
+
"max": 100,
|
|
20092
|
+
"step": 1,
|
|
20093
|
+
"label": "Seed",
|
|
20094
|
+
"group": "Effect"
|
|
20095
|
+
}
|
|
20096
|
+
},
|
|
20097
|
+
"edgeIntensity": {
|
|
20098
|
+
"default": 0.5,
|
|
20099
|
+
"description": "Controls how much of the cell interior is filled by the edge color. Low = center color dominates with a sharp boundary. High = edge color spreads further into the cell.",
|
|
20100
|
+
"ui": {
|
|
20101
|
+
"type": [
|
|
20102
|
+
"range",
|
|
20103
|
+
"map"
|
|
20104
|
+
],
|
|
20105
|
+
"min": 0,
|
|
20106
|
+
"max": 1,
|
|
20107
|
+
"step": 0.01,
|
|
20108
|
+
"label": "Edge Intensity",
|
|
20109
|
+
"group": "Effect"
|
|
20110
|
+
}
|
|
20111
|
+
},
|
|
20112
|
+
"edgeSoftness": {
|
|
20113
|
+
"default": 0.05,
|
|
20114
|
+
"description": "Width of the cell boundary lines.",
|
|
20115
|
+
"ui": {
|
|
20116
|
+
"type": [
|
|
20117
|
+
"range",
|
|
20118
|
+
"map"
|
|
20119
|
+
],
|
|
20120
|
+
"min": 0,
|
|
20121
|
+
"max": 0.4,
|
|
20122
|
+
"step": 0.005,
|
|
20123
|
+
"label": "Edge Softness",
|
|
20124
|
+
"group": "Effect"
|
|
20125
|
+
}
|
|
20126
|
+
},
|
|
20127
|
+
"colorSpace": {
|
|
20128
|
+
"default": "oklch",
|
|
20129
|
+
"compileTime": true,
|
|
20130
|
+
"description": "Color space for color interpolation",
|
|
20131
|
+
"ui": {
|
|
20132
|
+
"type": "select",
|
|
20133
|
+
"options": [
|
|
20134
|
+
{
|
|
20135
|
+
"label": "Linear RGB",
|
|
20136
|
+
"value": "linear"
|
|
20137
|
+
},
|
|
20138
|
+
{
|
|
20139
|
+
"label": "OKLCh",
|
|
20140
|
+
"value": "oklch"
|
|
20141
|
+
},
|
|
20142
|
+
{
|
|
20143
|
+
"label": "OKLAB",
|
|
20144
|
+
"value": "oklab"
|
|
20145
|
+
},
|
|
20146
|
+
{
|
|
20147
|
+
"label": "HSL",
|
|
20148
|
+
"value": "hsl"
|
|
20149
|
+
},
|
|
20150
|
+
{
|
|
20151
|
+
"label": "HSV",
|
|
20152
|
+
"value": "hsv"
|
|
20153
|
+
},
|
|
20154
|
+
{
|
|
20155
|
+
"label": "LCH",
|
|
20156
|
+
"value": "lch"
|
|
20157
|
+
}
|
|
20158
|
+
],
|
|
20159
|
+
"label": "Color Space",
|
|
20160
|
+
"group": "Colors"
|
|
20161
|
+
}
|
|
20162
|
+
}
|
|
20163
|
+
}
|
|
20164
|
+
},
|
|
20165
|
+
"propsMetadata": {
|
|
20166
|
+
"colorA": {
|
|
20167
|
+
"ui": {
|
|
20168
|
+
"type": "color",
|
|
20169
|
+
"label": "Color A (Center)",
|
|
20170
|
+
"group": "Colors"
|
|
20171
|
+
},
|
|
20172
|
+
"default": "#3186cf",
|
|
20173
|
+
"description": "Color near each cell's center point"
|
|
20174
|
+
},
|
|
20175
|
+
"colorB": {
|
|
20176
|
+
"ui": {
|
|
20177
|
+
"type": "color",
|
|
20178
|
+
"label": "Color B (Edge)",
|
|
20179
|
+
"group": "Colors"
|
|
20180
|
+
},
|
|
20181
|
+
"default": "#fc02dd",
|
|
20182
|
+
"description": "Color at cell boundaries, far from any center point"
|
|
20183
|
+
},
|
|
20184
|
+
"colorBorder": {
|
|
20185
|
+
"ui": {
|
|
20186
|
+
"type": "color",
|
|
20187
|
+
"label": "Border Color",
|
|
20188
|
+
"group": "Colors"
|
|
20189
|
+
},
|
|
20190
|
+
"default": "#000000",
|
|
20191
|
+
"description": "Color of the cell boundary lines"
|
|
20192
|
+
},
|
|
20193
|
+
"scale": {
|
|
20194
|
+
"ui": {
|
|
20195
|
+
"type": [
|
|
20196
|
+
"range",
|
|
20197
|
+
"map"
|
|
20198
|
+
],
|
|
20199
|
+
"min": 1,
|
|
20200
|
+
"max": 20,
|
|
20201
|
+
"step": 0.5,
|
|
20202
|
+
"label": "Scale",
|
|
20203
|
+
"group": "Effect"
|
|
20204
|
+
},
|
|
20205
|
+
"default": 6,
|
|
20206
|
+
"description": "Number of cells across the canvas"
|
|
20207
|
+
},
|
|
20208
|
+
"speed": {
|
|
20209
|
+
"ui": {
|
|
20210
|
+
"type": "range",
|
|
20211
|
+
"min": 0,
|
|
20212
|
+
"max": 5,
|
|
20213
|
+
"step": 0.1,
|
|
20214
|
+
"label": "Speed",
|
|
20215
|
+
"group": "Animation"
|
|
20216
|
+
},
|
|
20217
|
+
"default": 0.5,
|
|
20218
|
+
"description": "Animation speed — how fast the cell points drift"
|
|
20219
|
+
},
|
|
20220
|
+
"seed": {
|
|
20221
|
+
"ui": {
|
|
20222
|
+
"type": [
|
|
20223
|
+
"range",
|
|
20224
|
+
"map"
|
|
20225
|
+
],
|
|
20226
|
+
"min": 0,
|
|
20227
|
+
"max": 100,
|
|
20228
|
+
"step": 1,
|
|
20229
|
+
"label": "Seed",
|
|
20230
|
+
"group": "Effect"
|
|
20231
|
+
},
|
|
20232
|
+
"default": 0,
|
|
20233
|
+
"description": "Random seed — shifts the cell pattern without changing the overall structure"
|
|
20234
|
+
},
|
|
20235
|
+
"edgeIntensity": {
|
|
20236
|
+
"ui": {
|
|
20237
|
+
"type": [
|
|
20238
|
+
"range",
|
|
20239
|
+
"map"
|
|
20240
|
+
],
|
|
20241
|
+
"min": 0,
|
|
20242
|
+
"max": 1,
|
|
20243
|
+
"step": 0.01,
|
|
20244
|
+
"label": "Edge Intensity",
|
|
20245
|
+
"group": "Effect"
|
|
20246
|
+
},
|
|
20247
|
+
"default": 0.5,
|
|
20248
|
+
"description": "Controls how much of the cell interior is filled by the edge color. Low = center color dominates with a sharp boundary. High = edge color spreads further into the cell."
|
|
20249
|
+
},
|
|
20250
|
+
"edgeSoftness": {
|
|
20251
|
+
"ui": {
|
|
20252
|
+
"type": [
|
|
20253
|
+
"range",
|
|
20254
|
+
"map"
|
|
20255
|
+
],
|
|
20256
|
+
"min": 0,
|
|
20257
|
+
"max": 0.4,
|
|
20258
|
+
"step": 0.005,
|
|
20259
|
+
"label": "Edge Softness",
|
|
20260
|
+
"group": "Effect"
|
|
20261
|
+
},
|
|
20262
|
+
"default": 0.05,
|
|
20263
|
+
"description": "Width of the cell boundary lines."
|
|
20264
|
+
},
|
|
20265
|
+
"colorSpace": {
|
|
20266
|
+
"ui": {
|
|
20267
|
+
"type": "select",
|
|
20268
|
+
"options": [
|
|
20269
|
+
{
|
|
20270
|
+
"label": "Linear RGB",
|
|
20271
|
+
"value": "linear"
|
|
20272
|
+
},
|
|
20273
|
+
{
|
|
20274
|
+
"label": "OKLCh",
|
|
20275
|
+
"value": "oklch"
|
|
20276
|
+
},
|
|
20277
|
+
{
|
|
20278
|
+
"label": "OKLAB",
|
|
20279
|
+
"value": "oklab"
|
|
20280
|
+
},
|
|
20281
|
+
{
|
|
20282
|
+
"label": "HSL",
|
|
20283
|
+
"value": "hsl"
|
|
20284
|
+
},
|
|
20285
|
+
{
|
|
20286
|
+
"label": "HSV",
|
|
20287
|
+
"value": "hsv"
|
|
20288
|
+
},
|
|
20289
|
+
{
|
|
20290
|
+
"label": "LCH",
|
|
20291
|
+
"value": "lch"
|
|
20292
|
+
}
|
|
20293
|
+
],
|
|
20294
|
+
"label": "Color Space",
|
|
20295
|
+
"group": "Colors"
|
|
20296
|
+
},
|
|
20297
|
+
"default": "oklch",
|
|
20298
|
+
"description": "Color space for color interpolation"
|
|
20299
|
+
}
|
|
20300
|
+
}
|
|
20301
|
+
},
|
|
20302
|
+
{
|
|
20303
|
+
"name": "WaveDistortion",
|
|
20304
|
+
"category": "Distortions",
|
|
20305
|
+
"description": "Wave-based distortion with multiple waveform types",
|
|
20306
|
+
"fileName": "WaveDistortion",
|
|
20307
|
+
"requiresChild": true,
|
|
20308
|
+
"definition": {
|
|
20309
|
+
"name": "WaveDistortion",
|
|
20310
|
+
"category": "Distortions",
|
|
20311
|
+
"description": "Wave-based distortion with multiple waveform types",
|
|
20312
|
+
"requiresRTT": true,
|
|
20313
|
+
"requiresChild": true,
|
|
20314
|
+
"props": {
|
|
20315
|
+
"strength": {
|
|
20316
|
+
"default": 0.3,
|
|
20317
|
+
"description": "Distortion intensity",
|
|
20318
|
+
"ui": {
|
|
20319
|
+
"type": [
|
|
20320
|
+
"range",
|
|
20321
|
+
"map"
|
|
20322
|
+
],
|
|
20323
|
+
"min": 0,
|
|
20324
|
+
"max": 1,
|
|
20325
|
+
"step": 0.05,
|
|
20326
|
+
"label": "Strength",
|
|
20327
|
+
"group": "Effect"
|
|
20328
|
+
}
|
|
20329
|
+
},
|
|
20330
|
+
"frequency": {
|
|
20331
|
+
"default": 1,
|
|
20332
|
+
"description": "Number of bends/waves",
|
|
20333
|
+
"ui": {
|
|
20334
|
+
"type": [
|
|
20335
|
+
"range",
|
|
20336
|
+
"map"
|
|
20337
|
+
],
|
|
20338
|
+
"min": 0.1,
|
|
20339
|
+
"max": 10,
|
|
20340
|
+
"step": 0.1,
|
|
20341
|
+
"label": "Frequency",
|
|
20342
|
+
"group": "Effect"
|
|
20343
|
+
}
|
|
20344
|
+
},
|
|
20345
|
+
"speed": {
|
|
20346
|
+
"default": 1,
|
|
20347
|
+
"description": "Animation speed",
|
|
20348
|
+
"ui": {
|
|
20349
|
+
"type": "range",
|
|
20350
|
+
"min": 0,
|
|
20351
|
+
"max": 5,
|
|
20352
|
+
"step": 0.1,
|
|
20353
|
+
"label": "Speed",
|
|
20354
|
+
"group": "Animation"
|
|
20355
|
+
}
|
|
20356
|
+
},
|
|
20357
|
+
"angle": {
|
|
20358
|
+
"default": 0,
|
|
20359
|
+
"description": "Direction of wave distortion in degrees",
|
|
20360
|
+
"ui": {
|
|
20361
|
+
"type": [
|
|
20362
|
+
"range",
|
|
20363
|
+
"map"
|
|
20364
|
+
],
|
|
20365
|
+
"min": 0,
|
|
20366
|
+
"max": 360,
|
|
20367
|
+
"step": 1,
|
|
20368
|
+
"label": "Angle",
|
|
20369
|
+
"group": "Effect"
|
|
20370
|
+
}
|
|
20371
|
+
},
|
|
20372
|
+
"waveType": {
|
|
20373
|
+
"default": "sine",
|
|
20374
|
+
"description": "Shape of the distortion wave",
|
|
20375
|
+
"compileTime": true,
|
|
20376
|
+
"ui": {
|
|
20377
|
+
"type": "select",
|
|
20378
|
+
"options": [
|
|
20379
|
+
{
|
|
20380
|
+
"label": "Sine",
|
|
20381
|
+
"value": "sine"
|
|
18475
20382
|
},
|
|
18476
20383
|
{
|
|
18477
20384
|
"label": "Triangle",
|
|
@@ -18642,6 +20549,147 @@ export const shaderRegistry = [
|
|
|
18642
20549
|
}
|
|
18643
20550
|
}
|
|
18644
20551
|
},
|
|
20552
|
+
{
|
|
20553
|
+
"name": "Weave",
|
|
20554
|
+
"category": "Textures",
|
|
20555
|
+
"description": "Interlaced textile weave pattern with two thread colors going over and under each other",
|
|
20556
|
+
"fileName": "Weave",
|
|
20557
|
+
"definition": {
|
|
20558
|
+
"name": "Weave",
|
|
20559
|
+
"category": "Textures",
|
|
20560
|
+
"description": "Interlaced textile weave pattern with two thread colors going over and under each other",
|
|
20561
|
+
"props": {
|
|
20562
|
+
"colorA": {
|
|
20563
|
+
"default": "#c4c4c4",
|
|
20564
|
+
"description": "Horizontal thread color",
|
|
20565
|
+
"ui": {
|
|
20566
|
+
"type": "color",
|
|
20567
|
+
"label": "X Color",
|
|
20568
|
+
"group": "Colors"
|
|
20569
|
+
}
|
|
20570
|
+
},
|
|
20571
|
+
"colorB": {
|
|
20572
|
+
"default": "#4d4d4d",
|
|
20573
|
+
"description": "Vertical thread color",
|
|
20574
|
+
"ui": {
|
|
20575
|
+
"type": "color",
|
|
20576
|
+
"label": "Y Color",
|
|
20577
|
+
"group": "Colors"
|
|
20578
|
+
}
|
|
20579
|
+
},
|
|
20580
|
+
"cells": {
|
|
20581
|
+
"default": 10,
|
|
20582
|
+
"description": "Number of threads across the shortest canvas edge",
|
|
20583
|
+
"ui": {
|
|
20584
|
+
"type": [
|
|
20585
|
+
"range",
|
|
20586
|
+
"map"
|
|
20587
|
+
],
|
|
20588
|
+
"min": 2,
|
|
20589
|
+
"max": 40,
|
|
20590
|
+
"step": 1,
|
|
20591
|
+
"label": "Cells",
|
|
20592
|
+
"group": "Effect"
|
|
20593
|
+
}
|
|
20594
|
+
},
|
|
20595
|
+
"gap": {
|
|
20596
|
+
"default": 0.25,
|
|
20597
|
+
"description": "Gap between threads (0 = no gap, 0.5 = maximum gap)",
|
|
20598
|
+
"ui": {
|
|
20599
|
+
"type": [
|
|
20600
|
+
"range",
|
|
20601
|
+
"map"
|
|
20602
|
+
],
|
|
20603
|
+
"min": 0,
|
|
20604
|
+
"max": 0.45,
|
|
20605
|
+
"step": 0.01,
|
|
20606
|
+
"label": "Gap",
|
|
20607
|
+
"group": "Effect"
|
|
20608
|
+
}
|
|
20609
|
+
},
|
|
20610
|
+
"rotation": {
|
|
20611
|
+
"default": 0,
|
|
20612
|
+
"description": "Rotation of the weave pattern in degrees",
|
|
20613
|
+
"ui": {
|
|
20614
|
+
"type": [
|
|
20615
|
+
"range",
|
|
20616
|
+
"map"
|
|
20617
|
+
],
|
|
20618
|
+
"min": 0,
|
|
20619
|
+
"max": 360,
|
|
20620
|
+
"step": 1,
|
|
20621
|
+
"label": "Rotation",
|
|
20622
|
+
"group": "Effect"
|
|
20623
|
+
}
|
|
20624
|
+
}
|
|
20625
|
+
}
|
|
20626
|
+
},
|
|
20627
|
+
"propsMetadata": {
|
|
20628
|
+
"colorA": {
|
|
20629
|
+
"ui": {
|
|
20630
|
+
"type": "color",
|
|
20631
|
+
"label": "X Color",
|
|
20632
|
+
"group": "Colors"
|
|
20633
|
+
},
|
|
20634
|
+
"default": "#c4c4c4",
|
|
20635
|
+
"description": "Horizontal thread color"
|
|
20636
|
+
},
|
|
20637
|
+
"colorB": {
|
|
20638
|
+
"ui": {
|
|
20639
|
+
"type": "color",
|
|
20640
|
+
"label": "Y Color",
|
|
20641
|
+
"group": "Colors"
|
|
20642
|
+
},
|
|
20643
|
+
"default": "#4d4d4d",
|
|
20644
|
+
"description": "Vertical thread color"
|
|
20645
|
+
},
|
|
20646
|
+
"cells": {
|
|
20647
|
+
"ui": {
|
|
20648
|
+
"type": [
|
|
20649
|
+
"range",
|
|
20650
|
+
"map"
|
|
20651
|
+
],
|
|
20652
|
+
"min": 2,
|
|
20653
|
+
"max": 40,
|
|
20654
|
+
"step": 1,
|
|
20655
|
+
"label": "Cells",
|
|
20656
|
+
"group": "Effect"
|
|
20657
|
+
},
|
|
20658
|
+
"default": 10,
|
|
20659
|
+
"description": "Number of threads across the shortest canvas edge"
|
|
20660
|
+
},
|
|
20661
|
+
"gap": {
|
|
20662
|
+
"ui": {
|
|
20663
|
+
"type": [
|
|
20664
|
+
"range",
|
|
20665
|
+
"map"
|
|
20666
|
+
],
|
|
20667
|
+
"min": 0,
|
|
20668
|
+
"max": 0.45,
|
|
20669
|
+
"step": 0.01,
|
|
20670
|
+
"label": "Gap",
|
|
20671
|
+
"group": "Effect"
|
|
20672
|
+
},
|
|
20673
|
+
"default": 0.25,
|
|
20674
|
+
"description": "Gap between threads (0 = no gap, 0.5 = maximum gap)"
|
|
20675
|
+
},
|
|
20676
|
+
"rotation": {
|
|
20677
|
+
"ui": {
|
|
20678
|
+
"type": [
|
|
20679
|
+
"range",
|
|
20680
|
+
"map"
|
|
20681
|
+
],
|
|
20682
|
+
"min": 0,
|
|
20683
|
+
"max": 360,
|
|
20684
|
+
"step": 1,
|
|
20685
|
+
"label": "Rotation",
|
|
20686
|
+
"group": "Effect"
|
|
20687
|
+
},
|
|
20688
|
+
"default": 0,
|
|
20689
|
+
"description": "Rotation of the weave pattern in degrees"
|
|
20690
|
+
}
|
|
20691
|
+
}
|
|
20692
|
+
},
|
|
18645
20693
|
{
|
|
18646
20694
|
"name": "WebcamTexture",
|
|
18647
20695
|
"category": "Textures",
|