Bookshelf
Interactive Working Volumes bookshelf ported from [threeui](https://threeui.com) BookshelfScene.
Seven authored volumes with orbit, inspect, and page-turn. Runs on the same shared `three` as the rest of znverse (no three165 pin).
Usage
- Install Three.js:
bash
pnpm add three- Copy
src/andvendor/bookshelfRenderer.jsinto your project. - Mount
<BookshelfScene />in a full-size container (width/height: 100%).
Notes
- Runtime deps live on
apps/previewonly — the catalog never executes WebGL. vendor/bookshelfRenderer.jsis the authored scene logic; addons come fromthree/addons/*.- Original:
threeui/src/shaders/bookshelf/(adapted off the 0.165 pin for long-term maintainability).