Files
bubblechambersimart/output/templates/09_turner_v2.mjs

141 lines
2.5 KiB
JavaScript
Raw Normal View History

2026-06-02 20:32:41 -04:00
/* Atmospheric Dissolution (Turner) · variation 2 */
export const composition = {
"size": 1600,
"seed": "RAIN-STEAM-09",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.08,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.46,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": -0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.08,
"y": -0.34,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": -0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};