added transition gfx

This commit is contained in:
k-a-z-u
2018-07-04 20:22:45 +02:00
parent eecb8cfb02
commit f5b501e4da
5 changed files with 3951 additions and 9 deletions

View File

@@ -1,18 +1,47 @@
\section{Transition}
\label{sec:transition}
\begin{figure}[t]
\centering
\begin{subfigure}{0.325\textwidth}
\centering
\includesvg[width=5.1cm]{gfx/transition/museumMap.svg}
\caption{3D Floorplan}
\label{fig:museumMap}
\end{subfigure}
\begin{subfigure}{0.325\textwidth}
\centering
\includesvg[width=5.1cm]{gfx/transition/museumMapGrid.svg}
\caption{Navigation graph}
\label{fig:museumMapGrid}
\end{subfigure}
\begin{subfigure}{0.325\textwidth}
\centering
\includesvg[width=5.1cm]{gfx/transition/museumMapMesh.svg}
\caption{Navigation mesh}
\label{fig:museumMapMesh}
\end{subfigure}
\caption{
Floorplan and navigation data structures for the lower floors of the building.
To reach every nook and cranny, the graph based approach (b) requires many nodes and edges.
The depicted version uses a coarse node-spacing of \SI{90}{\centi\meter} (1700 nodes) and barely reaches all doors and stairs.
A navigation mesh (c) requires only 320 triangles to tightly reach every corner within the building.
}
\label{fig:transition}
\end{figure}
max. 1 Seite
\subsection{Mapping}
\begin{figure}
\centering
\includesvg[width=8.7cm]{gfx/map1}
\caption{
wonderful image of a wonderful floorplan within a wonderful building
\commentByFrank{vlt ein cooles mittelalter beispiel? schwerter oder bilderrahmen an der wand?}
}
\end{figure}
%\begin{figure}
% \centering
% \includesvg[width=8.7cm]{gfx/map1}
% \caption{
% wonderful image of a wonderful floorplan within a wonderful building
% \commentByFrank{vlt ein cooles mittelalter beispiel? schwerter oder bilderrahmen an der wand?}
% }
%\end{figure}
\commentByFrank{
was haben wir bisher verwendet (graph)\\