Skip to content

Commit

Permalink
add 3D Photo Dome Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoyu Hou authored and Xiaoyu Hou committed Feb 24, 2024
1 parent e1c7b01 commit 7b32959
Show file tree
Hide file tree
Showing 18 changed files with 227 additions and 159 deletions.
Binary file added assets/Athen-3D.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Athen-3D_half.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Athens-8K.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Dubai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/LakeTahao-10K.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/RomeChurch-180-8K.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/animated_robot_sdc.glb
Binary file not shown.
Binary file added assets/bigchurch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/borghese.jpg
Binary file not shown.
Binary file removed assets/canyon.env
Binary file not shown.
Binary file added assets/in_tandem_3d360.mp4
Binary file not shown.
Binary file removed assets/italy.jpg
Binary file not shown.
Binary file removed assets/mars.jpg
Binary file not shown.
Binary file removed assets/night.env
Binary file not shown.
Binary file removed assets/park.jpg
Binary file not shown.
Binary file removed assets/room.env
Binary file not shown.
371 changes: 212 additions & 159 deletions index.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ body {
height: 100vh;
display: block;
}

:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;

color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

0 comments on commit 7b32959

Please sign in to comment.