phd/src/system-bookmarks/introduction.tex

16 lines
1.2 KiB
TeX
Raw Normal View History

2019-09-16 11:49:53 +02:00
\section{Introduction}
2019-10-09 11:34:11 +02:00
In Chapter~\ref{bi}, we described how it is possible to modify a user interface to ease user navigation in a 3D scene, and how the system can benefit from it.
2019-10-20 21:56:02 +02:00
In Chapter~\ref{d3}, we presented the DASH-3D streaming system, which does not depend on the interface nor on the user interaction.
2019-10-18 15:26:48 +02:00
In this chapter, we will analyze how the user interaction can impact performances of DASH-3D.
2019-10-21 11:42:06 +02:00
In order to do so, we follow these two steps based on our DASH framework:
2019-09-16 11:49:53 +02:00
\begin{itemize}
2019-10-09 11:34:11 +02:00
\item we design an interface allowing to navigate in a 3D scene on both desktop and mobile devices;
2019-09-16 11:49:53 +02:00
\item we improve and adapt the bookmarks described in Chapter~\ref{bi} to the context of DASH-3D and to mobile interaction.
\end{itemize}
2019-10-08 17:26:37 +02:00
In Section~\ref{sb:interaction}, we present the different choices we made for the interfaces, and we describe the new mobile interface.
2019-10-09 11:34:11 +02:00
In Section~\ref{sb:bookmarks}, we describe how we embed the bookmarks into our DASH framework, and how we precompute data in order to improve the user quality of experience.
In Section~\ref{sb:evaluation}, we describe the user study we conducted, the data we collected and we analyse the results.