Skip to content

Commit

Permalink
Ice cream sample
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostKiwi committed Feb 18, 2024
1 parent db6a383 commit 1e28f72
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
Binary file added assets/media/icecream.mp4
Binary file not shown.
Binary file added assets/media/thumb/icecream.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions src/js/mediaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,45 @@ const media = [
Pitch: 0
}
},
{
type: "video",
title: "Color + Thermal<br>Hot Tea, Cold Ice Cream",
path: "/media/icecream.mp4",
thumb: "/media/thumb/icecream.jpg",
fileSize: "19.1 MB",
width: "2048",
height: "2048",
sphere_fov: 340,
crop: {
top: 293/2,
bot: 19/2,
left: 298/2,
right: 17/2
},
world_rotation: {
Yaw: 0,
Pitch: 2,
Roll: 0
},
camera_initial: {
Yaw: 90,
Pitch: -10
},
ch2: {
sphere_fov: 320,
crop: {
top: 21/2,
bot: 3135/2,
left: 7/2,
right: 3134/2
},
world_rotation: {
Yaw: -9,
Pitch: 1,
Roll: 0
},
}
},
{
type: "image",
title: "Eletronics store",
Expand Down

0 comments on commit 1e28f72

Please sign in to comment.