Element Liberation

This commit is contained in:
2026-06-10 18:23:47 +01:00
parent 6438d2c4d2
commit e7fb2e9a68
125 changed files with 9990 additions and 19 deletions

View File

@@ -0,0 +1,164 @@
/* Field · Sea liberated — Sea as a luminous sky
flipped overhead + waves lighter than the ground → a canopy of light, not water */
export const composition = {
"size": 1600,
"seed": "AURORA-7782",
"background": {
"color": "rgb(30,32,44)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.34,
"scratches": 4,
"dust": 0.35,
"foxing": 0.4,
"seed": 5
},
"grain": {
"opacity": 0.3,
"intensity": 0.34,
"seed": 19
},
"glow": {
"strength": 0.35,
"followSun": false
},
"vignette": {
"strength": 0.3,
"mode": "radial",
"cx": 0.5,
"cy": 0.48,
"radius": 0.75,
"angle": 90,
"start": 0.5
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.18,
"rotation": 180,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.55,
"hueFront": 0.6,
"sat": 0.42,
"light": 0.86
},
"layers": 3,
"chaos": 0.45,
"blips": 1,
"mound": 0.4,
"horizonY": 0.46,
"lines": 56
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.52,
"hue2": 0.5,
"sat": 0.24,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.12,
"pitch": 0.45,
"yaw": 0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
},
"resonance": {
"amp": 0,
"q": 14,
"axis": "ties",
"hue": 0.06,
"sat": 0.7,
"light": 0.45
}
},
"disk": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.22,
"rotation": 0,
"scale": 0.5
},
"hue": 0.06,
"sat": 0.78,
"size": 0.13,
"pressure": 0.5,
"intensity": 0.8,
"striations": 0.5,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0.26,
"y": 0.06,
"rotation": 8,
"scale": 0.5
},
"palette": "magentarise",
"saturation": 1,
"traceHue": 0,
"transparentBase": true,
"primaries": 11,
"sweepers": 3,
"cosmics": 4,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.32,
"instrument": 0.25
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "the unseen",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"target": [
0,
0.55
],
"from": [
-0.4,
0.7
]
}
};