diff --git a/arbeit/files/erklaerung.aux b/arbeit/files/erklaerung.aux index c257395..71aed10 100644 --- a/arbeit/files/erklaerung.aux +++ b/arbeit/files/erklaerung.aux @@ -1,7 +1,7 @@ \relax \providecommand\hyper@newdestlabel[2]{} \@setckpt{files/erklaerung}{ -\setcounter{page}{15} +\setcounter{page}{11} \setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} @@ -11,7 +11,7 @@ \setcounter{mpfootnote}{0} \setcounter{part}{0} \setcounter{chapter}{4} -\setcounter{section}{5} +\setcounter{section}{4} \setcounter{subsection}{0} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} @@ -27,10 +27,10 @@ \setcounter{r@tfl@t}{0} \setcounter{subfigure}{0} \setcounter{subtable}{0} -\setcounter{@todonotes@numberoftodonotes}{4} +\setcounter{@todonotes@numberoftodonotes}{3} \setcounter{Item}{0} \setcounter{Hfootnote}{2} -\setcounter{bookmark@seq@number}{21} +\setcounter{bookmark@seq@number}{20} \setcounter{algorithm}{0} \setcounter{ALC@unique}{0} \setcounter{ALC@line}{0} diff --git a/arbeit/img/hsu_fig7.png b/arbeit/img/hsu_fig7.png new file mode 100644 index 0000000..ede51fc Binary files /dev/null and b/arbeit/img/hsu_fig7.png differ diff --git a/arbeit/ma.md b/arbeit/ma.md index 6c90176..8bf9d2b 100644 --- a/arbeit/ma.md +++ b/arbeit/ma.md @@ -106,9 +106,15 @@ surface without seemingly arbitrary scattered control-points. Moreover this increases the efficiency of an evolutionary optimization\cite{Menzel2006}, which we will use later on. -But this approach also has downsides as can be seen in -\cite[figure~7]{hsu1991dmffd}\unsure{figure hier einfügen?}, as the tessellation -of the invisible grid has a major impact on the deformation itself. +\begin{figure}[!ht] +\includegraphics[width=\textwidth]{img/hsu_fig7.png} +\caption{Figure 7 from \cite{hsu1991dmffd}.} +\label{fig:hsu_fig7} +\end{figure} + +But this approach also has downsides as can be seen in figure +\ref{fig:hsu_fig7}, as the tessellation of the invisible grid has a major impact +on the deformation itself. All in all \ac{FFD} and \ac{DM-FFD} are still good ways to deform a high-polygon mesh albeit the downsides. diff --git a/arbeit/ma.pdf b/arbeit/ma.pdf index 499ccd1..a1ca29b 100644 Binary files a/arbeit/ma.pdf and b/arbeit/ma.pdf differ diff --git a/arbeit/ma.tex b/arbeit/ma.tex index 9690d2c..28aec77 100644 --- a/arbeit/ma.tex +++ b/arbeit/ma.tex @@ -235,10 +235,15 @@ surface \emph{at} the surface without seemingly arbitrary scattered control-points. Moreover this increases the efficiency of an evolutionary optimization\cite{Menzel2006}, which we will use later on. -But this approach also has downsides as can be seen in -\cite[figure~7]{hsu1991dmffd}\unsure{figure hier einfügen?}, as the -tessellation of the invisible grid has a major impact on the deformation -itself. +\begin{figure}[!ht] +\includegraphics[width=\textwidth]{img/hsu_fig7.png} +\caption{Figure 7 from \cite{hsu1991dmffd}} +\label{fig:hsu_fig7} +\end{figure} + +But this approach also has downsides as can be seen in figure +\ref{fig:hsu_fig7}, as the tessellation of the invisible grid has a +major impact on the deformation itself. All in all \ac{FFD} and \ac{DM-FFD} are still good ways to deform a high-polygon mesh albeit the downsides. @@ -588,13 +593,13 @@ HAHA .. als ob -.- \addtocounter{section}{1} \newpage - \listofalgorithms - \addcontentsline{toc}{section}{\protect\numberline{\thesection}List of Algorithms} - \addtocounter{section}{1} - \newpage - + % \listofalgorithms + % \addcontentsline{toc}{section}{\protect\numberline{\thesection}List of Algorithms} + % \addtocounter{section}{1} + % \newpage + % \listoffigures - \listoftables + % \listoftables \listoftodos \addcontentsline{toc}{section}{\protect\numberline{\thesection}TODOs} \addtocounter{section}{1} diff --git a/arbeit/settings/packages.tex b/arbeit/settings/packages.tex index 44f27ff..bfeabe7 100644 --- a/arbeit/settings/packages.tex +++ b/arbeit/settings/packages.tex @@ -36,7 +36,7 @@ \usepackage{mathtools} \usepackage{multirow} \usepackage{nicefrac} -\usepackage[numbers,square]{natbib} +\usepackage[numbers,square,sort=none]{natbib} \newcommand*{\refname}{References} \usepackage{patchcmd} %\usepackage[draft]{pdfpages} diff --git a/arbeit/template.tex b/arbeit/template.tex index fb8d0a6..8c084e9 100644 --- a/arbeit/template.tex +++ b/arbeit/template.tex @@ -145,13 +145,13 @@ $body$ \addtocounter{section}{1} \newpage - \listofalgorithms - \addcontentsline{toc}{section}{\protect\numberline{\thesection}List of Algorithms} - \addtocounter{section}{1} - \newpage - + % \listofalgorithms + % \addcontentsline{toc}{section}{\protect\numberline{\thesection}List of Algorithms} + % \addtocounter{section}{1} + % \newpage + % \listoffigures - \listoftables + % \listoftables \listoftodos \addcontentsline{toc}{section}{\protect\numberline{\thesection}TODOs} \addtocounter{section}{1}