phd/src/preliminary-work/main.tex

37 lines
1.8 KiB
TeX
Raw Normal View History

2019-10-02 17:13:11 +02:00
\chapter{Bookmarks, navigation and streaming\label{bi}}
2019-09-13 17:47:40 +02:00
\minitoc{}
\newpage
2019-10-02 17:13:11 +02:00
\fresh{}
Bookmarks are virtual objects that represent a point of view, that are rendered with the scene and that can help user navigation.
In this chapter, we present our first contribution: an analysis of the impact of bookmarks on navigation and streaming.
We implement a simple 3D navigation interface that we augment with 3D bookmarks.
2019-10-11 11:06:22 +02:00
When the user's cursor hovers over a bookmark, a preview of the point of view is displayed to the user, and when the user clicks on a bookmark, the camera smoothly moves from its current position to the bookmarked point of view.
We conduct a within-subject user-study on 51 participants, where each user starts with a tutorial to get used to the 3D navigation controls, and then tries successively to perform a task with and without bookmarks.
We show that not only the presence of bookmarks causes a faster task completion, but also that it allows users to see a larger part of the scene during the same time span.
2019-10-02 17:13:11 +02:00
However, in a streaming scenario, this phenomenon leads to higher network requirements to maintain the same quality of service\todo{not sure if service or experience}.
In the last part of this chapter, we simulate streaming by replaying the traces collected during the user study, and we show that knowing the positions of the bookmarks beforehand allows us to pre-compute information that we can reuse during streaming to compensate for the harm caused by the faster navigation with bookmarks.
\newpage
2019-08-28 11:39:20 +02:00
\newcommand{\NoReco}{\textsf{NoBM \xspace}}
\newcommand{\Viewports}{\textsf{VP \xspace}}
\newcommand{\Arrows}{\textsf{Ar \xspace}}
2019-08-29 16:51:42 +02:00
2019-09-23 16:14:34 +02:00
\input{preliminary-work/intro}
\resetstyle{}
2019-08-28 11:39:20 +02:00
\input{preliminary-work/bookmarks-impact}
2019-08-29 16:51:42 +02:00
\resetstyle{}
2019-08-28 11:39:20 +02:00
\input{preliminary-work/streaming}
2019-08-29 16:51:42 +02:00
\resetstyle{}
\input{preliminary-work/conclusion}
\resetstyle{}