added transition gfx
This commit is contained in:
@@ -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)\\
|
||||
|
||||
Reference in New Issue
Block a user