V.1 — cut the CDN tether. Vendored the exact pinned files the importmap used (three.module.js r170 + OrbitControls + CSS2DRenderer, ~1.29 MB) under vendor/three/, mirroring the package layout so the addons' bare `import from 'three'` resolves. Import graph verified shallow (addons import only 'three'; the bundle is self-contained). Both importmaps (index.html, verify.html) now point at ./vendor/three/… — zero jsdelivr/CDN URLs remain. MIT LICENSE + PROVENANCE.txt retained. V.2 — open deep time. EPOCH toggle (1800–2050 / 3000 BC–3000 AD) next to MEGA/TRUE; deep mode is a hash-carried page mode (&e=1) read before ephem/clock init → ephem.setExtendedRange(true) + CONFIG.time swaps to the deep bounds. Timeline end labels + scrub tooltip now read from CONFIG (were hardcoded 1800/2050). Toggle serializes current view and reloads with the flipped e token (orbit paths + element resolution are baked per-session). Appended 1 decade/s and 1 century/s rates. Hash e token added to applyHash/serializeHash. V.3 — appended verify gates (PERIHELION-V): Jupiter @1000 BC (extended 2a+2b) vs live Horizons barycenter tol 0.15 AU (Δ 0.0041); Mercury @2500 tol 0.02 AU (Δ 3e-5); Table 2b M-correction proven live (zeroing it worsens Jupiter@1000BC by 0.0214 AU). Core 13 gates untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
SOLARGOD vendored dependency — Three.js
|
|
=======================================
|
|
|
|
Version : three@0.170.0 (REVISION '170')
|
|
License : MIT (see ./LICENSE — retained verbatim from the package)
|
|
Fetched : 2026-07-16 via jsdelivr CDN
|
|
|
|
Source URLs (exact files, pinned version):
|
|
build/three.module.js
|
|
https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js
|
|
examples/jsm/controls/OrbitControls.js
|
|
https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/controls/OrbitControls.js
|
|
examples/jsm/renderers/CSS2DRenderer.js
|
|
https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/renderers/CSS2DRenderer.js
|
|
LICENSE
|
|
https://cdn.jsdelivr.net/npm/three@0.170.0/LICENSE
|
|
|
|
Why vendored (not an npm dep): SOLARGOD has no build step and no node_modules.
|
|
These are the *exact* pinned files the importmap used to pull from the CDN, copied
|
|
in so the app boots with zero network. Directory layout mirrors the package so the
|
|
addons' bare `import ... from 'three'` resolves through the importmap:
|
|
index.html / verify.html importmap →
|
|
"three": "./vendor/three/build/three.module.js"
|
|
"three/addons/": "./vendor/three/examples/jsm/"
|
|
|
|
Import graph (verified shallow): OrbitControls.js and CSS2DRenderer.js import ONLY
|
|
from bare 'three'; three.module.js is a self-contained bundle with no external or
|
|
relative imports. No further files are needed.
|
|
|
|
Do not edit these files — they are upstream verbatim. Re-vendor by re-fetching the
|
|
same pinned URLs.
|