Files
bubblechambersimart/output/templates2/15_golden-thirds_v1.mjs

141 lines
2.5 KiB
JavaScript
Raw Normal View History

2026-06-02 20:32:41 -04:00
/* Golden Section (Renaissance φ) · variation 1 */
export const composition = {
"size": 1600,
"seed": "VITRUVIAN-1490-II",
"background": {
"color": "rgb(230,224,206)",
"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.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.52,
"hueFront": 0.47,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.62,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": 0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": -0.382,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};