/** * Homepage hero cube — the Kadanoff block-spin picture, live. * * An N×N×N voxel cube rotates in the corner. N follows the demo viewer's zoom: * zoom out → blocks coarse-grain (…5³ → 4³ → … → 1³), zoom in → they refine. * Colors come from the same pattern rule as the mascot icon — the Royal Gramma * purple→gold crossover as a 3-D field, dithered per cell — and when blocks * merge, each parent takes the MAJORITY color of the fine cells it contains: * a real renormalization of the color field. * * Pure DOM + canvas overlay; reads window.viewer.view.k, touches nothing else. */ export {}; //# sourceMappingURL=cube.d.ts.map