Content: new Origin story, The look and Beyond the series sections, plus
expanded relationships and gated arc detail. Two claims that had been
omitted as disputed are now settled and restored — the October 10
birthday, corroborated by the creator's own birthday artwork, and the
English voice credit. Height added. Age is shown as "28-29 — sources
differ" rather than silently picking a side.
Artwork: the abstract hero silhouette becomes a hand-plotted SVG
portrait whose fills read custom properties, so one drawing re-colours
itself for the manga and anime palettes in The look. Still no image file
of the character — the series is copyrighted, and that does not change
because a picture is redrawn or relicensed.
Textures: three licensed photographic backdrops, one CC0 and two under
the Unsplash License, each credited in the footer with author and
source. Two more were sourced and dropped: their seamless tiles read as
repeating ornament once the blend actually worked. Blending is `screen`
rather than `soft-light`, which collapses toward the backdrop on a
near-black palette and rendered four of the five invisible.
Contrast: magenta text moves to its own lighter token so every textured
surface can carry visible grain and still clear 5:1 on small type. Page
floor is 5.44:1, measured from rendered pixels.
Also: drop background-attachment parallax that cost dropped frames,
stop publishing internal working notes to the live site, add a LICENSE
scoped to exclude the series and the third-party textures, and correct
the artwork-provenance claims now that the page uses photographs.
Single-scroll static page about Reigen Arataka from Mob Psycho 100:
profile, personality, real skills against the performed "techniques",
quotes, relationships and spoiler-gated story arcs.
All artwork is hand-authored CSS/SVG — the repo carries no character
images at all, since the series is copyrighted. The footer states the
page is unofficial and non-commercial and gives a takedown contact.
Content is progressive-enhancement safe: every section lives in the
markup, and the reveal animations only arm themselves once the observer
is attached, so a failed module can never leave content invisible.
Facts that sources disagreed on (birthday, English voice actor) are
omitted rather than published, and quotes carry no episode citation
because none could be verified.
Removes the unrelated PixiJS point-cloud demo that previously occupied
the repo root.
Add a URL input that fetches an image client-side (crossOrigin) and samples it
into the point cloud locally. No remote image is stored or published by the
project.
Add image-points.js: sample any raster image's pixels into a THREE.Points cloud
(shared round-point shader). main.js supports a swappable cloud, a Load-image
picker, drag-and-drop, and auto-use of ./reference.png. Images are processed
locally in the browser; none are bundled or published by the project.
Reddish-blond hair, dark-brown eyes, dark-grey suit, black shirt, pink tie per
the Mob Psycho 100 wiki description (facts only, no image/prose copied). Add an
on-page and README fan-made / non-commercial notice with author contact.
Refactor the character into placed vector regions (reigen-regions.js) sampled
into a THREE.Points cloud (reigen-points.js) with a round-point RawShader that
stays solid at any zoom/resolution. Add a tiled ~100MP PNG export. Keep it an
original interpretation of the character.
Procedural head, face and slicked-back hair rendered with Three.js
primitives, seven switchable camera shots, orbit controls and auto-rotate.
Add GitHub Pages deploy workflow.