shaders 2.3.49 → 2.3.51

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.
Files changed (169) hide show
  1. package/dist/core/ConcentricSpin-CLTGx_sN.js +173 -0
  2. package/dist/core/StudioBackground-CFjfBnWp.js +337 -0
  3. package/dist/core/registry.js +120 -116
  4. package/dist/core/shaderRegistry.d.ts.map +1 -1
  5. package/dist/core/shaders/CRTScreen/index.js +1 -1
  6. package/dist/core/shaders/ConcentricSpin/index.d.ts +64 -0
  7. package/dist/core/shaders/ConcentricSpin/index.d.ts.map +1 -0
  8. package/dist/core/shaders/ConcentricSpin/index.js +5 -0
  9. package/dist/core/shaders/ContourLines/index.js +1 -1
  10. package/dist/core/shaders/CursorTrail/index.js +1 -1
  11. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  12. package/dist/core/shaders/Dither/index.js +1 -1
  13. package/dist/core/shaders/DotGrid/index.js +1 -1
  14. package/dist/core/shaders/Duotone/index.js +1 -1
  15. package/dist/core/shaders/FilmGrain/index.js +1 -1
  16. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  17. package/dist/core/shaders/FlowField/index.js +1 -1
  18. package/dist/core/shaders/GlassTiles/index.js +1 -1
  19. package/dist/core/shaders/Glitch/index.js +1 -1
  20. package/dist/core/shaders/Glow/index.js +1 -1
  21. package/dist/core/shaders/Godrays/index.js +1 -1
  22. package/dist/core/shaders/Grayscale/index.js +1 -1
  23. package/dist/core/shaders/Grid/index.js +1 -1
  24. package/dist/core/shaders/GridDistortion/index.js +1 -1
  25. package/dist/core/shaders/Group/index.js +1 -1
  26. package/dist/core/shaders/Halftone/index.js +1 -1
  27. package/dist/core/shaders/HueShift/index.js +1 -1
  28. package/dist/core/shaders/ImageTexture/index.js +1 -1
  29. package/dist/core/shaders/Invert/index.js +1 -1
  30. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  31. package/dist/core/shaders/LensFlare/index.js +1 -1
  32. package/dist/core/shaders/LinearBlur/index.js +1 -1
  33. package/dist/core/shaders/LinearGradient/index.js +1 -1
  34. package/dist/core/shaders/Liquify/index.js +1 -1
  35. package/dist/core/shaders/Mirror/index.js +1 -1
  36. package/dist/core/shaders/Perspective/index.js +1 -1
  37. package/dist/core/shaders/Pixelate/index.js +1 -1
  38. package/dist/core/shaders/Plasma/index.js +1 -1
  39. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  40. package/dist/core/shaders/Posterize/index.js +1 -1
  41. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  42. package/dist/core/shaders/RadialGradient/index.js +1 -1
  43. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  44. package/dist/core/shaders/Ripples/index.js +1 -1
  45. package/dist/core/shaders/Saturation/index.js +1 -1
  46. package/dist/core/shaders/Sharpness/index.js +1 -1
  47. package/dist/core/shaders/Shatter/index.js +1 -1
  48. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  49. package/dist/core/shaders/SineWave/index.js +1 -1
  50. package/dist/core/shaders/SolidColor/index.js +1 -1
  51. package/dist/core/shaders/Spherize/index.js +1 -1
  52. package/dist/core/shaders/Spiral/index.js +1 -1
  53. package/dist/core/shaders/Strands/index.js +1 -1
  54. package/dist/core/shaders/Stretch/index.js +1 -1
  55. package/dist/core/shaders/Stripes/index.js +1 -1
  56. package/dist/core/shaders/StudioBackground/index.d.ts +141 -0
  57. package/dist/core/shaders/StudioBackground/index.d.ts.map +1 -0
  58. package/dist/core/shaders/StudioBackground/index.js +4 -0
  59. package/dist/core/shaders/Swirl/index.js +1 -1
  60. package/dist/core/shaders/TiltShift/index.js +1 -1
  61. package/dist/core/shaders/Tint/index.js +1 -1
  62. package/dist/core/shaders/Tritone/index.js +1 -1
  63. package/dist/core/shaders/Twirl/index.js +1 -1
  64. package/dist/core/shaders/Vibrance/index.js +1 -1
  65. package/dist/core/shaders/VideoTexture/index.js +1 -1
  66. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  67. package/dist/core/shaders/WebcamTexture/index.js +1 -1
  68. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  69. package/dist/react/ConcentricSpin.js +164 -0
  70. package/dist/react/StudioBackground.js +164 -0
  71. package/dist/react/components/ConcentricSpin.d.ts +31 -0
  72. package/dist/react/components/ConcentricSpin.d.ts.map +1 -0
  73. package/dist/react/components/StudioBackground.d.ts +31 -0
  74. package/dist/react/components/StudioBackground.d.ts.map +1 -0
  75. package/dist/react/index.d.ts +2 -0
  76. package/dist/react/index.d.ts.map +1 -1
  77. package/dist/react/index.js +3 -1
  78. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  79. package/dist/react/utils/generatePresetCode.js +43 -0
  80. package/dist/registry.js +687 -0
  81. package/dist/solid/components/ConcentricSpin.d.ts +28 -0
  82. package/dist/solid/components/ConcentricSpin.d.ts.map +1 -0
  83. package/dist/solid/components/ConcentricSpin.js +168 -0
  84. package/dist/solid/components/StudioBackground.d.ts +28 -0
  85. package/dist/solid/components/StudioBackground.d.ts.map +1 -0
  86. package/dist/solid/components/StudioBackground.js +168 -0
  87. package/dist/solid/index.d.ts +2 -0
  88. package/dist/solid/index.d.ts.map +1 -1
  89. package/dist/solid/index.js +120 -116
  90. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  91. package/dist/solid/utils/generatePresetCode.js +43 -0
  92. package/dist/svelte/components/ConcentricSpin.svelte.d.ts +19 -0
  93. package/dist/svelte/components/StudioBackground.svelte.d.ts +19 -0
  94. package/dist/svelte/{generatePresetCode-Bw9A9k-k.js → generatePresetCode-TDa1I3YR.js} +43 -0
  95. package/dist/svelte/index.d.ts +2 -0
  96. package/dist/svelte/index.js +515 -255
  97. package/dist/svelte/utils/generatePresetCode.js +1 -1
  98. package/dist/vue/ConcentricSpin.js +3 -0
  99. package/dist/vue/ConcentricSpin.vue_vue_type_script_setup_true_lang.js +151 -0
  100. package/dist/vue/StudioBackground.js +3 -0
  101. package/dist/vue/StudioBackground.vue_vue_type_script_setup_true_lang.js +162 -0
  102. package/dist/vue/components/ConcentricSpin.vue.d.ts +54 -0
  103. package/dist/vue/components/ConcentricSpin.vue.d.ts.map +1 -0
  104. package/dist/vue/components/StudioBackground.vue.d.ts +54 -0
  105. package/dist/vue/components/StudioBackground.vue.d.ts.map +1 -0
  106. package/dist/vue/index.d.ts +2 -0
  107. package/dist/vue/index.d.ts.map +1 -1
  108. package/dist/vue/index.js +3 -1
  109. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  110. package/dist/vue/utils/generatePresetCode.js +43 -0
  111. package/package.json +17 -1
  112. /package/dist/core/{CRTScreen-BJJhBQ3D.js → CRTScreen-D6qh6DnD.js} +0 -0
  113. /package/dist/core/{ContourLines-NASMUR3G.js → ContourLines-Dc5J7iw5.js} +0 -0
  114. /package/dist/core/{CursorTrail-DT7Q3TzC.js → CursorTrail-COnyRZH9.js} +0 -0
  115. /package/dist/core/{DiffuseBlur-dJ8C3PKh.js → DiffuseBlur-DcV8M7hN.js} +0 -0
  116. /package/dist/core/{Dither-Bac0W21a.js → Dither-C-w0ugGX.js} +0 -0
  117. /package/dist/core/{DotGrid-Cedu_WEn.js → DotGrid-wXnfcjrM.js} +0 -0
  118. /package/dist/core/{Duotone-DL9vhoyo.js → Duotone-B8dYgrFR.js} +0 -0
  119. /package/dist/core/{FilmGrain-BzdJM5vN.js → FilmGrain-D_6m7GJ4.js} +0 -0
  120. /package/dist/core/{FloatingParticles-DoB1DI8t.js → FloatingParticles-YuuXeICf.js} +0 -0
  121. /package/dist/core/{FlowField-BZ-ZbMzR.js → FlowField-Dx2eqOcU.js} +0 -0
  122. /package/dist/core/{GlassTiles-BQL2Id5c.js → GlassTiles-hnt2pUQN.js} +0 -0
  123. /package/dist/core/{Glitch-DmF8pHjd.js → Glitch-DfPXeSlL.js} +0 -0
  124. /package/dist/core/{Glow-Bxpj34sE.js → Glow-CQv_dRPj.js} +0 -0
  125. /package/dist/core/{Godrays-DqB-88ds.js → Godrays-B_-HliEA.js} +0 -0
  126. /package/dist/core/{Grayscale-CAuZTuZN.js → Grayscale-DRFXhxr4.js} +0 -0
  127. /package/dist/core/{Grid-B6Hf5dZa.js → Grid-DKSUwEIe.js} +0 -0
  128. /package/dist/core/{GridDistortion-DmwIHrXF.js → GridDistortion-DahXljLX.js} +0 -0
  129. /package/dist/core/{Group-DYtNH5QD.js → Group-r9gMBd5y.js} +0 -0
  130. /package/dist/core/{Halftone-vy2WIxyN.js → Halftone-ZVjwkjaQ.js} +0 -0
  131. /package/dist/core/{HueShift-C4E-S49G.js → HueShift-gZlNBwNE.js} +0 -0
  132. /package/dist/core/{ImageTexture-B40GVvXK.js → ImageTexture-DuXMku_O.js} +0 -0
  133. /package/dist/core/{Invert-ec-nb8PE.js → Invert-gUjZNHF3.js} +0 -0
  134. /package/dist/core/{Kaleidoscope-BO3WUc5P.js → Kaleidoscope-COKZ0BDb.js} +0 -0
  135. /package/dist/core/{LensFlare-BoaXy9ZE.js → LensFlare-D6jy4M7G.js} +0 -0
  136. /package/dist/core/{LinearBlur-BHaYZoXd.js → LinearBlur-CArDQIhs.js} +0 -0
  137. /package/dist/core/{LinearGradient-C8nueF-8.js → LinearGradient-BkB_3gVV.js} +0 -0
  138. /package/dist/core/{Liquify-JsuLWWkx.js → Liquify-BrIB9ajS.js} +0 -0
  139. /package/dist/core/{Mirror--f1QXEID.js → Mirror-BRPYfVAr.js} +0 -0
  140. /package/dist/core/{Perspective-Dyj4iJMR.js → Perspective-CglPLWTZ.js} +0 -0
  141. /package/dist/core/{Pixelate-CzXp_BwM.js → Pixelate-CwnuDc5L.js} +0 -0
  142. /package/dist/core/{Plasma-FfOwR9cP.js → Plasma-CuW-GOI_.js} +0 -0
  143. /package/dist/core/{PolarCoordinates-CfuvmwZm.js → PolarCoordinates-9AFXKnSC.js} +0 -0
  144. /package/dist/core/{Posterize-IUwDieMu.js → Posterize-DU2yrydV.js} +0 -0
  145. /package/dist/core/{ProgressiveBlur-BTGKywKM.js → ProgressiveBlur-BXv2mob_.js} +0 -0
  146. /package/dist/core/{RadialGradient-DbcPAwI7.js → RadialGradient-Dd21Be-_.js} +0 -0
  147. /package/dist/core/{RectangularCoordinates-OOpDHjTM.js → RectangularCoordinates-DAOGnX2p.js} +0 -0
  148. /package/dist/core/{Ripples-CGhzc9or.js → Ripples-Nk5is8WX.js} +0 -0
  149. /package/dist/core/{Saturation-ssiNVXIp.js → Saturation-KoiVB92Y.js} +0 -0
  150. /package/dist/core/{Sharpness-B-nN0G5P.js → Sharpness-CK-zaDVc.js} +0 -0
  151. /package/dist/core/{Shatter-CryQHkSZ.js → Shatter-EEzkIXGb.js} +0 -0
  152. /package/dist/core/{SimplexNoise-B-tDGmzX.js → SimplexNoise-DKov4Yho.js} +0 -0
  153. /package/dist/core/{SineWave-C6MpmU6E.js → SineWave-Cy0wWKUU.js} +0 -0
  154. /package/dist/core/{SolidColor-BjLy2eJx.js → SolidColor-P4OKglCC.js} +0 -0
  155. /package/dist/core/{Spherize-Mtl4w0Lc.js → Spherize-BLEvqakM.js} +0 -0
  156. /package/dist/core/{Spiral-Bl67ud0b.js → Spiral-DXuKs26n.js} +0 -0
  157. /package/dist/core/{Strands-BNxk94tR.js → Strands-DsdASoV4.js} +0 -0
  158. /package/dist/core/{Stretch-DROTOuvH.js → Stretch-By8f2wmJ.js} +0 -0
  159. /package/dist/core/{Stripes-IMsC1G-g.js → Stripes-D8HSlP1H.js} +0 -0
  160. /package/dist/core/{Swirl-C9xCY4TA.js → Swirl-BIFGxHL0.js} +0 -0
  161. /package/dist/core/{TiltShift-CFhc4M-Z.js → TiltShift-CLMFkzBs.js} +0 -0
  162. /package/dist/core/{Tint-DS1FvtQc.js → Tint-NQjiXLGu.js} +0 -0
  163. /package/dist/core/{Tritone-CesYYNTz.js → Tritone-67eoddBF.js} +0 -0
  164. /package/dist/core/{Twirl-8C-m04yw.js → Twirl-ZaYAMqmq.js} +0 -0
  165. /package/dist/core/{Vibrance-Cbr-9ds2.js → Vibrance-DbSUuK_4.js} +0 -0
  166. /package/dist/core/{VideoTexture-DKnQrDkq.js → VideoTexture-lHzoN3G9.js} +0 -0
  167. /package/dist/core/{WaveDistortion-D-TGqE0a.js → WaveDistortion-CB6xTndT.js} +0 -0
  168. /package/dist/core/{WebcamTexture-C3EtpWf2.js → WebcamTexture-BJUvpMmV.js} +0 -0
  169. /package/dist/core/{ZoomBlur-DmMiy4FJ.js → ZoomBlur-BCClC8fw.js} +0 -0
package/dist/registry.js CHANGED
@@ -1918,6 +1918,246 @@ export const shaderRegistry = [
1918
1918
  }
1919
1919
  }
1920
1920
  },
1921
+ {
1922
+ "name": "ConcentricSpin",
1923
+ "category": "Distortions",
1924
+ "description": "Concentric rings that each rotate the underlying image by different amounts",
1925
+ "fileName": "ConcentricSpin",
1926
+ "requiresChild": true,
1927
+ "definition": {
1928
+ "name": "ConcentricSpin",
1929
+ "category": "Distortions",
1930
+ "description": "Concentric rings that each rotate the underlying image by different amounts",
1931
+ "requiresRTT": true,
1932
+ "requiresChild": true,
1933
+ "props": {
1934
+ "intensity": {
1935
+ "default": 20,
1936
+ "description": "Maximum rotation angle per ring",
1937
+ "ui": {
1938
+ "type": "range",
1939
+ "min": 0,
1940
+ "max": 100,
1941
+ "step": 1,
1942
+ "label": "Intensity",
1943
+ "group": "Effect"
1944
+ }
1945
+ },
1946
+ "rings": {
1947
+ "default": 8,
1948
+ "description": "Number of concentric rings",
1949
+ "ui": {
1950
+ "type": "range",
1951
+ "min": 1,
1952
+ "max": 30,
1953
+ "step": 1,
1954
+ "label": "Rings",
1955
+ "group": "Effect"
1956
+ }
1957
+ },
1958
+ "smoothness": {
1959
+ "default": 0.03,
1960
+ "description": "Softness of transitions between rings",
1961
+ "ui": {
1962
+ "type": "range",
1963
+ "min": 0,
1964
+ "max": 1,
1965
+ "step": 0.01,
1966
+ "label": "Smoothness",
1967
+ "group": "Effect"
1968
+ }
1969
+ },
1970
+ "seed": {
1971
+ "default": 0,
1972
+ "description": "Randomization seed for per-ring rotation variation",
1973
+ "ui": {
1974
+ "type": "range",
1975
+ "min": 0,
1976
+ "max": 100,
1977
+ "step": 1,
1978
+ "label": "Seed",
1979
+ "group": "Effect"
1980
+ }
1981
+ },
1982
+ "speed": {
1983
+ "default": 0.1,
1984
+ "description": "Speed of continuous ring rotation",
1985
+ "ui": {
1986
+ "type": "range",
1987
+ "min": -5,
1988
+ "max": 5,
1989
+ "step": 0.1,
1990
+ "label": "Speed",
1991
+ "group": "Animation"
1992
+ }
1993
+ },
1994
+ "speedRandomness": {
1995
+ "default": 0.5,
1996
+ "description": "How much each ring varies in rotation speed and direction",
1997
+ "ui": {
1998
+ "type": "range",
1999
+ "min": 0,
2000
+ "max": 1,
2001
+ "step": 0.01,
2002
+ "label": "Speed Randomness",
2003
+ "group": "Animation"
2004
+ }
2005
+ },
2006
+ "edges": {
2007
+ "default": "mirror",
2008
+ "description": "How to handle edges when distortion pushes content out of bounds",
2009
+ "ui": {
2010
+ "type": "select",
2011
+ "options": [
2012
+ {
2013
+ "label": "Stretch",
2014
+ "value": "stretch"
2015
+ },
2016
+ {
2017
+ "label": "Transparent",
2018
+ "value": "transparent"
2019
+ },
2020
+ {
2021
+ "label": "Mirror",
2022
+ "value": "mirror"
2023
+ },
2024
+ {
2025
+ "label": "Wrap",
2026
+ "value": "wrap"
2027
+ }
2028
+ ],
2029
+ "label": "Edges",
2030
+ "group": "Effect"
2031
+ }
2032
+ },
2033
+ "center": {
2034
+ "default": {
2035
+ "x": 0.5,
2036
+ "y": 0.5
2037
+ },
2038
+ "description": "Center point of the concentric rings",
2039
+ "ui": {
2040
+ "type": "position",
2041
+ "label": "Center Position",
2042
+ "group": "Position"
2043
+ }
2044
+ }
2045
+ }
2046
+ },
2047
+ "propsMetadata": {
2048
+ "intensity": {
2049
+ "ui": {
2050
+ "type": "range",
2051
+ "min": 0,
2052
+ "max": 100,
2053
+ "step": 1,
2054
+ "label": "Intensity",
2055
+ "group": "Effect"
2056
+ },
2057
+ "default": 20,
2058
+ "description": "Maximum rotation angle per ring"
2059
+ },
2060
+ "rings": {
2061
+ "ui": {
2062
+ "type": "range",
2063
+ "min": 1,
2064
+ "max": 30,
2065
+ "step": 1,
2066
+ "label": "Rings",
2067
+ "group": "Effect"
2068
+ },
2069
+ "default": 8,
2070
+ "description": "Number of concentric rings"
2071
+ },
2072
+ "smoothness": {
2073
+ "ui": {
2074
+ "type": "range",
2075
+ "min": 0,
2076
+ "max": 1,
2077
+ "step": 0.01,
2078
+ "label": "Smoothness",
2079
+ "group": "Effect"
2080
+ },
2081
+ "default": 0.03,
2082
+ "description": "Softness of transitions between rings"
2083
+ },
2084
+ "seed": {
2085
+ "ui": {
2086
+ "type": "range",
2087
+ "min": 0,
2088
+ "max": 100,
2089
+ "step": 1,
2090
+ "label": "Seed",
2091
+ "group": "Effect"
2092
+ },
2093
+ "default": 0,
2094
+ "description": "Randomization seed for per-ring rotation variation"
2095
+ },
2096
+ "speed": {
2097
+ "ui": {
2098
+ "type": "range",
2099
+ "min": -5,
2100
+ "max": 5,
2101
+ "step": 0.1,
2102
+ "label": "Speed",
2103
+ "group": "Animation"
2104
+ },
2105
+ "default": 0.1,
2106
+ "description": "Speed of continuous ring rotation"
2107
+ },
2108
+ "speedRandomness": {
2109
+ "ui": {
2110
+ "type": "range",
2111
+ "min": 0,
2112
+ "max": 1,
2113
+ "step": 0.01,
2114
+ "label": "Speed Randomness",
2115
+ "group": "Animation"
2116
+ },
2117
+ "default": 0.5,
2118
+ "description": "How much each ring varies in rotation speed and direction"
2119
+ },
2120
+ "edges": {
2121
+ "ui": {
2122
+ "type": "select",
2123
+ "options": [
2124
+ {
2125
+ "label": "Stretch",
2126
+ "value": "stretch"
2127
+ },
2128
+ {
2129
+ "label": "Transparent",
2130
+ "value": "transparent"
2131
+ },
2132
+ {
2133
+ "label": "Mirror",
2134
+ "value": "mirror"
2135
+ },
2136
+ {
2137
+ "label": "Wrap",
2138
+ "value": "wrap"
2139
+ }
2140
+ ],
2141
+ "label": "Edges",
2142
+ "group": "Effect"
2143
+ },
2144
+ "default": "mirror",
2145
+ "description": "How to handle edges when distortion pushes content out of bounds"
2146
+ },
2147
+ "center": {
2148
+ "ui": {
2149
+ "type": "position",
2150
+ "label": "Center Position",
2151
+ "group": "Position"
2152
+ },
2153
+ "default": {
2154
+ "x": 0.5,
2155
+ "y": 0.5
2156
+ },
2157
+ "description": "Center point of the concentric rings"
2158
+ }
2159
+ }
2160
+ },
1921
2161
  {
1922
2162
  "name": "ContourLines",
1923
2163
  "category": "Stylize",
@@ -8893,6 +9133,453 @@ export const shaderRegistry = [
8893
9133
  }
8894
9134
  }
8895
9135
  },
9136
+ {
9137
+ "name": "StudioBackground",
9138
+ "category": "Textures",
9139
+ "description": "Multi-light studio background with ambient motion.",
9140
+ "fileName": "StudioBackground",
9141
+ "definition": {
9142
+ "name": "StudioBackground",
9143
+ "category": "Textures",
9144
+ "description": "Multi-light studio background with ambient motion.",
9145
+ "props": {
9146
+ "color": {
9147
+ "default": "#d8dbec",
9148
+ "description": "Base studio surface color",
9149
+ "ui": {
9150
+ "type": "color",
9151
+ "label": "Surface Color",
9152
+ "group": "Colors"
9153
+ }
9154
+ },
9155
+ "keyColor": {
9156
+ "default": "#d5e4ea",
9157
+ "description": "Color of the overhead key light",
9158
+ "ui": {
9159
+ "type": "color",
9160
+ "label": "Key Color",
9161
+ "group": "Key Light"
9162
+ }
9163
+ },
9164
+ "keyIntensity": {
9165
+ "default": 40,
9166
+ "description": "Intensity of the key light",
9167
+ "ui": {
9168
+ "type": "range",
9169
+ "min": 0,
9170
+ "max": 100,
9171
+ "step": 1,
9172
+ "label": "Intensity",
9173
+ "group": "Key Light"
9174
+ }
9175
+ },
9176
+ "keySoftness": {
9177
+ "default": 50,
9178
+ "description": "How diffuse the key light is",
9179
+ "ui": {
9180
+ "type": "range",
9181
+ "min": 0,
9182
+ "max": 100,
9183
+ "step": 1,
9184
+ "label": "Softness",
9185
+ "group": "Key Light"
9186
+ }
9187
+ },
9188
+ "fillColor": {
9189
+ "default": "#d5e4ea",
9190
+ "description": "Color of the side fill lights",
9191
+ "ui": {
9192
+ "type": "color",
9193
+ "label": "Fill Color",
9194
+ "group": "Fill Lights"
9195
+ }
9196
+ },
9197
+ "fillIntensity": {
9198
+ "default": 10,
9199
+ "description": "Intensity of the fill lights",
9200
+ "ui": {
9201
+ "type": "range",
9202
+ "min": 0,
9203
+ "max": 100,
9204
+ "step": 1,
9205
+ "label": "Intensity",
9206
+ "group": "Fill Lights"
9207
+ }
9208
+ },
9209
+ "fillSoftness": {
9210
+ "default": 70,
9211
+ "description": "How diffuse the fill lights are",
9212
+ "ui": {
9213
+ "type": "range",
9214
+ "min": 0,
9215
+ "max": 100,
9216
+ "step": 1,
9217
+ "label": "Softness",
9218
+ "group": "Fill Lights"
9219
+ }
9220
+ },
9221
+ "fillAngle": {
9222
+ "default": 70,
9223
+ "description": "How far apart the fill lights are from center",
9224
+ "ui": {
9225
+ "type": "range",
9226
+ "min": 0,
9227
+ "max": 100,
9228
+ "step": 1,
9229
+ "label": "Spread",
9230
+ "group": "Fill Lights"
9231
+ }
9232
+ },
9233
+ "backColor": {
9234
+ "default": "#c8d4e8",
9235
+ "description": "Color of the upward back wash",
9236
+ "ui": {
9237
+ "type": "color",
9238
+ "label": "Back Color",
9239
+ "group": "Back Light"
9240
+ }
9241
+ },
9242
+ "backIntensity": {
9243
+ "default": 20,
9244
+ "description": "Intensity of the back wash",
9245
+ "ui": {
9246
+ "type": "range",
9247
+ "min": 0,
9248
+ "max": 100,
9249
+ "step": 1,
9250
+ "label": "Intensity",
9251
+ "group": "Back Light"
9252
+ }
9253
+ },
9254
+ "backSoftness": {
9255
+ "default": 80,
9256
+ "description": "How diffuse the back wash is",
9257
+ "ui": {
9258
+ "type": "range",
9259
+ "min": 0,
9260
+ "max": 100,
9261
+ "step": 1,
9262
+ "label": "Softness",
9263
+ "group": "Back Light"
9264
+ }
9265
+ },
9266
+ "brightness": {
9267
+ "default": 20,
9268
+ "description": "Overall ambient light level",
9269
+ "ui": {
9270
+ "type": "range",
9271
+ "min": 0,
9272
+ "max": 100,
9273
+ "step": 1,
9274
+ "label": "Ambient",
9275
+ "group": "Lighting"
9276
+ }
9277
+ },
9278
+ "vignette": {
9279
+ "default": 0,
9280
+ "description": "Edge darkening",
9281
+ "ui": {
9282
+ "type": "range",
9283
+ "min": 0,
9284
+ "max": 100,
9285
+ "step": 1,
9286
+ "label": "Vignette",
9287
+ "group": "Lighting"
9288
+ }
9289
+ },
9290
+ "center": {
9291
+ "default": {
9292
+ "x": 0.5,
9293
+ "y": 0.8
9294
+ },
9295
+ "description": "Where the spotlight meets the floor",
9296
+ "ui": {
9297
+ "type": "position",
9298
+ "label": "Stage Center",
9299
+ "group": "Scene"
9300
+ }
9301
+ },
9302
+ "lightTarget": {
9303
+ "default": 100,
9304
+ "description": "How far toward the floor vs wall the spotlights aim",
9305
+ "ui": {
9306
+ "type": "range",
9307
+ "min": 0,
9308
+ "max": 100,
9309
+ "step": 1,
9310
+ "label": "Light Depth",
9311
+ "group": "Scene"
9312
+ }
9313
+ },
9314
+ "wallCurvature": {
9315
+ "default": 10,
9316
+ "description": "How rounded the cove is",
9317
+ "ui": {
9318
+ "type": "range",
9319
+ "min": 0,
9320
+ "max": 100,
9321
+ "step": 1,
9322
+ "label": "Wall Curvature",
9323
+ "group": "Scene"
9324
+ }
9325
+ },
9326
+ "ambientIntensity": {
9327
+ "default": 50,
9328
+ "description": "Intensity of drifting ambient lights",
9329
+ "ui": {
9330
+ "type": "range",
9331
+ "min": 0,
9332
+ "max": 100,
9333
+ "step": 1,
9334
+ "label": "Ambient Detail",
9335
+ "group": "Environment"
9336
+ }
9337
+ },
9338
+ "ambientSpeed": {
9339
+ "default": 2,
9340
+ "description": "Drift speed",
9341
+ "ui": {
9342
+ "type": "range",
9343
+ "min": -5,
9344
+ "max": 5,
9345
+ "step": 0.1,
9346
+ "label": "Speed",
9347
+ "group": "Environment"
9348
+ }
9349
+ },
9350
+ "seed": {
9351
+ "default": 0,
9352
+ "description": "Seed for ambient pattern",
9353
+ "ui": {
9354
+ "type": "range",
9355
+ "min": 0,
9356
+ "max": 100,
9357
+ "step": 1,
9358
+ "label": "Seed",
9359
+ "group": "Environment"
9360
+ }
9361
+ }
9362
+ }
9363
+ },
9364
+ "propsMetadata": {
9365
+ "color": {
9366
+ "ui": {
9367
+ "type": "color",
9368
+ "label": "Surface Color",
9369
+ "group": "Colors"
9370
+ },
9371
+ "default": "#d8dbec",
9372
+ "description": "Base studio surface color"
9373
+ },
9374
+ "keyColor": {
9375
+ "ui": {
9376
+ "type": "color",
9377
+ "label": "Key Color",
9378
+ "group": "Key Light"
9379
+ },
9380
+ "default": "#d5e4ea",
9381
+ "description": "Color of the overhead key light"
9382
+ },
9383
+ "keyIntensity": {
9384
+ "ui": {
9385
+ "type": "range",
9386
+ "min": 0,
9387
+ "max": 100,
9388
+ "step": 1,
9389
+ "label": "Intensity",
9390
+ "group": "Key Light"
9391
+ },
9392
+ "default": 40,
9393
+ "description": "Intensity of the key light"
9394
+ },
9395
+ "keySoftness": {
9396
+ "ui": {
9397
+ "type": "range",
9398
+ "min": 0,
9399
+ "max": 100,
9400
+ "step": 1,
9401
+ "label": "Softness",
9402
+ "group": "Key Light"
9403
+ },
9404
+ "default": 50,
9405
+ "description": "How diffuse the key light is"
9406
+ },
9407
+ "fillColor": {
9408
+ "ui": {
9409
+ "type": "color",
9410
+ "label": "Fill Color",
9411
+ "group": "Fill Lights"
9412
+ },
9413
+ "default": "#d5e4ea",
9414
+ "description": "Color of the side fill lights"
9415
+ },
9416
+ "fillIntensity": {
9417
+ "ui": {
9418
+ "type": "range",
9419
+ "min": 0,
9420
+ "max": 100,
9421
+ "step": 1,
9422
+ "label": "Intensity",
9423
+ "group": "Fill Lights"
9424
+ },
9425
+ "default": 10,
9426
+ "description": "Intensity of the fill lights"
9427
+ },
9428
+ "fillSoftness": {
9429
+ "ui": {
9430
+ "type": "range",
9431
+ "min": 0,
9432
+ "max": 100,
9433
+ "step": 1,
9434
+ "label": "Softness",
9435
+ "group": "Fill Lights"
9436
+ },
9437
+ "default": 70,
9438
+ "description": "How diffuse the fill lights are"
9439
+ },
9440
+ "fillAngle": {
9441
+ "ui": {
9442
+ "type": "range",
9443
+ "min": 0,
9444
+ "max": 100,
9445
+ "step": 1,
9446
+ "label": "Spread",
9447
+ "group": "Fill Lights"
9448
+ },
9449
+ "default": 70,
9450
+ "description": "How far apart the fill lights are from center"
9451
+ },
9452
+ "backColor": {
9453
+ "ui": {
9454
+ "type": "color",
9455
+ "label": "Back Color",
9456
+ "group": "Back Light"
9457
+ },
9458
+ "default": "#c8d4e8",
9459
+ "description": "Color of the upward back wash"
9460
+ },
9461
+ "backIntensity": {
9462
+ "ui": {
9463
+ "type": "range",
9464
+ "min": 0,
9465
+ "max": 100,
9466
+ "step": 1,
9467
+ "label": "Intensity",
9468
+ "group": "Back Light"
9469
+ },
9470
+ "default": 20,
9471
+ "description": "Intensity of the back wash"
9472
+ },
9473
+ "backSoftness": {
9474
+ "ui": {
9475
+ "type": "range",
9476
+ "min": 0,
9477
+ "max": 100,
9478
+ "step": 1,
9479
+ "label": "Softness",
9480
+ "group": "Back Light"
9481
+ },
9482
+ "default": 80,
9483
+ "description": "How diffuse the back wash is"
9484
+ },
9485
+ "brightness": {
9486
+ "ui": {
9487
+ "type": "range",
9488
+ "min": 0,
9489
+ "max": 100,
9490
+ "step": 1,
9491
+ "label": "Ambient",
9492
+ "group": "Lighting"
9493
+ },
9494
+ "default": 20,
9495
+ "description": "Overall ambient light level"
9496
+ },
9497
+ "vignette": {
9498
+ "ui": {
9499
+ "type": "range",
9500
+ "min": 0,
9501
+ "max": 100,
9502
+ "step": 1,
9503
+ "label": "Vignette",
9504
+ "group": "Lighting"
9505
+ },
9506
+ "default": 0,
9507
+ "description": "Edge darkening"
9508
+ },
9509
+ "center": {
9510
+ "ui": {
9511
+ "type": "position",
9512
+ "label": "Stage Center",
9513
+ "group": "Scene"
9514
+ },
9515
+ "default": {
9516
+ "x": 0.5,
9517
+ "y": 0.8
9518
+ },
9519
+ "description": "Where the spotlight meets the floor"
9520
+ },
9521
+ "lightTarget": {
9522
+ "ui": {
9523
+ "type": "range",
9524
+ "min": 0,
9525
+ "max": 100,
9526
+ "step": 1,
9527
+ "label": "Light Depth",
9528
+ "group": "Scene"
9529
+ },
9530
+ "default": 100,
9531
+ "description": "How far toward the floor vs wall the spotlights aim"
9532
+ },
9533
+ "wallCurvature": {
9534
+ "ui": {
9535
+ "type": "range",
9536
+ "min": 0,
9537
+ "max": 100,
9538
+ "step": 1,
9539
+ "label": "Wall Curvature",
9540
+ "group": "Scene"
9541
+ },
9542
+ "default": 10,
9543
+ "description": "How rounded the cove is"
9544
+ },
9545
+ "ambientIntensity": {
9546
+ "ui": {
9547
+ "type": "range",
9548
+ "min": 0,
9549
+ "max": 100,
9550
+ "step": 1,
9551
+ "label": "Ambient Detail",
9552
+ "group": "Environment"
9553
+ },
9554
+ "default": 50,
9555
+ "description": "Intensity of drifting ambient lights"
9556
+ },
9557
+ "ambientSpeed": {
9558
+ "ui": {
9559
+ "type": "range",
9560
+ "min": -5,
9561
+ "max": 5,
9562
+ "step": 0.1,
9563
+ "label": "Speed",
9564
+ "group": "Environment"
9565
+ },
9566
+ "default": 2,
9567
+ "description": "Drift speed"
9568
+ },
9569
+ "seed": {
9570
+ "ui": {
9571
+ "type": "range",
9572
+ "min": 0,
9573
+ "max": 100,
9574
+ "step": 1,
9575
+ "label": "Seed",
9576
+ "group": "Environment"
9577
+ },
9578
+ "default": 0,
9579
+ "description": "Seed for ambient pattern"
9580
+ }
9581
+ }
9582
+ },
8896
9583
  {
8897
9584
  "name": "Swirl",
8898
9585
  "category": "Textures",