Skip to content

Commit 24b2c55

Browse files
committed
Add spherical viewer
1 parent 8cb8e67 commit 24b2c55

18 files changed

Lines changed: 960 additions & 9 deletions

astro.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ import astroExpressiveCode from "astro-expressive-code";
1515
export default defineConfig({
1616
vite: {
1717
plugins: [tailwindcss()],
18+
server: {
19+
watch: {
20+
usePolling: true,
21+
interval: 1000,
22+
},
23+
},
1824
},
1925
markdown: {
2026
remarkPlugins: [remarkMath],
387 KB
Binary file not shown.
396 KB
Binary file not shown.

public/spherical-image/fisheye.bin

7.91 MB
Binary file not shown.

public/spherical-image/healpix.bin

396 KB
Binary file not shown.
392 KB
Binary file not shown.
429 KB
Binary file not shown.
412 KB
Binary file not shown.
12 MB
Binary file not shown.

public/spherical-image/pinhole.bin

7.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)