ClaudeThinksFinals

This commit is contained in:
2026-05-26 10:23:50 -04:00
parent 3b8b7796dd
commit e59b024b62
32 changed files with 10815 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ export function buildPDF(scene, params, pageSize = 1728) {
const pt = paperTone(params, inv);
const pal = resolvePalette(params.palette, {
inv, sat: params.saturation ?? 1, hue: (params.hueShift ?? 0) * 360, cycles: params.hueCycles ?? 3,
traceHue: params.traceHue ?? 0, diskHue: params.diskHue ?? 0.06, diskSat: params.diskSat ?? 0.82,
baseInk: inv ? [28, 24, 20] : [233, 228, 214],
basePaper: { flat: pt.flat, glowIn: pt.glowIn, glowOut: pt.glowOut }, baseVign: [0, 0, 0],
});