Skip to content

Commit

Permalink
Merge pull request #193 from holidaycheck/konarkmodi-patch-2
Browse files Browse the repository at this point in the history
Update 2023-12-11-augmented-reality-in-travel-applications.md
  • Loading branch information
konarkmodi authored Dec 14, 2023
2 parents bdcf2c8 + b8030eb commit 0e53691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-12-11-augmented-reality-in-travel-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ scene.appendChild(icon);
And this was the first working version:

<figure>
<video src="https://media-cdn.holidaycheck.com/video/upload/v1702298405/videos/blog/elfarxu9nrcjkjpemvvg.mp4"></video>
<video controls src="https://media-cdn.holidaycheck.com/video/upload/v1702298405/videos/blog/elfarxu9nrcjkjpemvvg.mp4"></video>
<figcaption>The first version of the interactive camera with blue blocks marking the position of the location.</figcaption>
</figure>

Admittedly, this doesn't look very appealing. But it shows very well how the different locations are displayed in terms of size. While the Fuggerei is closer to my current location, it appears larger than the town hall, which is shown smaller because it is further away. That's super cool!

<figure>
<video src="https://media-cdn.holidaycheck.com/video/upload/v1702298408/videos/blog/yhjwymyfd2mtoh8sazn6.mp4"></video>
<video controls src="https://media-cdn.holidaycheck.com/video/upload/v1702298408/videos/blog/yhjwymyfd2mtoh8sazn6.mp4"></video>
<figcaption>The second version of the interactive camera, which renders the name and a picture of the location.</figcaption>
</figure>

Expand Down

0 comments on commit 0e53691

Please sign in to comment.