Templates-Meta Art
This commit is contained in:
140
output/templates2/20_wright_v3.mjs
Normal file
140
output/templates2/20_wright_v3.mjs
Normal file
@@ -0,0 +1,140 @@
|
||||
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 3 */
|
||||
export const composition = {
|
||||
"size": 1600,
|
||||
"seed": "PRAIRIE-1901-II",
|
||||
"background": {
|
||||
"color": "rgb(226,218,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.45,
|
||||
"followSun": true
|
||||
},
|
||||
"vignette": {
|
||||
"strength": 0.34
|
||||
}
|
||||
},
|
||||
"fieldSea": {
|
||||
"enabled": true,
|
||||
"layerOpacity": 0.85,
|
||||
"transform": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"rotation": 0,
|
||||
"scale": 1
|
||||
},
|
||||
"seed": "VACUUM-5113",
|
||||
"color": {
|
||||
"hueBack": 0.14,
|
||||
"hueFront": 0.17,
|
||||
"sat": 0.4
|
||||
},
|
||||
"layers": 3,
|
||||
"chaos": 0.15,
|
||||
"blips": 0.3,
|
||||
"mound": 0.05,
|
||||
"horizonY": 0.65,
|
||||
"lines": 40
|
||||
},
|
||||
"fieldGrid": {
|
||||
"enabled": true,
|
||||
"layerOpacity": 1,
|
||||
"pos": "over",
|
||||
"style": "floor",
|
||||
"transform": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"rotation": 0,
|
||||
"scale": 1
|
||||
},
|
||||
"color": {
|
||||
"hue": 0.08,
|
||||
"hue2": 0.06,
|
||||
"sat": 0.3,
|
||||
"lightNear": 0.32,
|
||||
"lightFar": 0.6
|
||||
},
|
||||
"opacity": 0.5,
|
||||
"pitch": 0.5,
|
||||
"yaw": 0.08,
|
||||
"persp": 1,
|
||||
"dist": 2.8,
|
||||
"nx": 18,
|
||||
"nz": 20,
|
||||
"originY": 0.3,
|
||||
"ripple": {
|
||||
"amp": 0,
|
||||
"freqI": 0.5,
|
||||
"freqK": 0.35,
|
||||
"phase": 0
|
||||
}
|
||||
},
|
||||
"disk": {
|
||||
"enabled": true,
|
||||
"layerOpacity": 1,
|
||||
"transform": {
|
||||
"x": -0.32,
|
||||
"y": -0.02,
|
||||
"rotation": 0,
|
||||
"scale": 0.8
|
||||
},
|
||||
"hue": 0.03,
|
||||
"sat": 0.85,
|
||||
"size": 0.16,
|
||||
"pressure": 0.9,
|
||||
"intensity": 0.85,
|
||||
"striations": 0.4,
|
||||
"stain": 0.35,
|
||||
"soften": 1.35
|
||||
},
|
||||
"bubble": {
|
||||
"enabled": true,
|
||||
"layerOpacity": 1,
|
||||
"transform": {
|
||||
"x": 0.3,
|
||||
"y": -0.05,
|
||||
"rotation": 0,
|
||||
"scale": 0.7
|
||||
},
|
||||
"palette": "kind",
|
||||
"saturation": 0.95,
|
||||
"traceHue": 0,
|
||||
"transparentBase": true,
|
||||
"primaries": 16,
|
||||
"sweepers": 3,
|
||||
"cosmics": 6,
|
||||
"eloss": 0.34,
|
||||
"bfield": 1.2,
|
||||
"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": ""
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user