PRE-REFINEMENTS
This commit is contained in:
48
fable/stack/plans/01-event-volume.mjs
Normal file
48
fable/stack/plans/01-event-volume.mjs
Normal file
@@ -0,0 +1,48 @@
|
||||
/* Candidate 01 — THE EVENT, SUSPENDED
|
||||
The purest depth thesis: causality back-to-front. The pressure
|
||||
disk glows deepest (CMYK-only when printed — it becomes a light
|
||||
source), history sinks behind the trigger, the trigger blooms on
|
||||
B-back and cuts sharp on B-front (real halation across 3 mm of
|
||||
acrylic), the δ-curls lift off toward the eye, and the scanner's
|
||||
grease pencil floats on the front glass where hands actually wrote.
|
||||
Palette: near-mono traces + one earned ember accent on the disk
|
||||
(magentarise with saturation crushed; disk hue is immune). */
|
||||
export default {
|
||||
id: '01-event-volume',
|
||||
title: 'The Event, Suspended',
|
||||
seed: 'LAMBDA-2648',
|
||||
size: 1400,
|
||||
geometry: { thickness: 3, gap: 6 },
|
||||
params: {
|
||||
palette: 'magentarise', saturation: 0.14,
|
||||
diskHue: 0.055, diskSat: 0.88, // ember — the one colour
|
||||
primaries: 18, burst: 0.8, vdecay: 4,
|
||||
bgEvents: 7, bgIntensity: 0.5, cosmics: 8, sweepers: 5,
|
||||
deltaRate: 0.9, deltaTight: 0.9,
|
||||
shock: true, diskBubbles: true, diskSoften: 1.2,
|
||||
shockIntensity: 0.9, diskPressure: 0.55,
|
||||
shockSize: 0.34, shockY: 0.52,
|
||||
annotate: 0.7, annoWidth: 0.5, reseau: 0.4, filmEdge: true,
|
||||
artifacts: 0.5, instrument: 0.45,
|
||||
},
|
||||
planes: [
|
||||
{ sheet: 'A', face: 'back', label: 'the cause — disk body + chamber optics',
|
||||
disk: true, boundary: true, optics: true,
|
||||
params: { diskBubbles: false, diskPressure: 0.85, diskSoften: 1.6 } },
|
||||
{ sheet: 'A', face: 'back', label: 'the cause — disk granular texture',
|
||||
disk: true,
|
||||
params: { diskBubbles: true }, fx: { opacity: 0.9 } },
|
||||
{ sheet: 'A', face: 'front', label: 'history — older events sink',
|
||||
tracks: { age: [0.25, 1] },
|
||||
fx: { blur: 1.6, opacity: 0.85 } },
|
||||
{ sheet: 'B', face: 'back', label: 'halation — the trigger blooms behind itself',
|
||||
tracks: { age: [0, 0.25], kinds: ['primary', 'vdecay'] },
|
||||
fx: { blur: 7, opacity: 0.5 } },
|
||||
{ sheet: 'B', face: 'front', label: 'the event — sharp beaded cores',
|
||||
tracks: { age: [0, 0.25], kinds: ['primary', 'vdecay'] } },
|
||||
{ sheet: 'C', face: 'back', label: 'near scatter — δ-curls lift toward the eye',
|
||||
tracks: { age: [0, 0.25], kinds: ['delta', 'cosmic', 'sweep'] } },
|
||||
{ sheet: 'C', face: 'front', label: 'the hand — grease pencil on the glass',
|
||||
media: true, fiducials: true, header: true, damage: true },
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user