Orbital Knot
Imperative Three.js sample: a soft-lit torus knot that rotates in the preview iframe.
Usage
- Install
three. - Copy
src/OrbitalKnot.tsx(and the shared host fromregistry/shared/webglif you want the same pause/dispose behavior). - Mount inside a sized container (
width/height: 100%).
Notes
- Uses
ThreeCanvasfor DPR clamp, off-screen pause, reduced-motion, and dispose. - Runtime executes only in
apps/preview— never inside the catalog app.