diff --git a/src/config.sty b/src/config.sty index 04b9fb8..68270a2 100644 --- a/src/config.sty +++ b/src/config.sty @@ -6,7 +6,7 @@ \usepackage{datatool} \usepackage{pgfplots} \usepackage{graphicx} -\usepackage{subfigure} +\usepackage{subcaption} \usepackage{todonotes} \usepackage{booktabs} \usepackage{tikz} diff --git a/src/dash-3d/content-preparation.tex b/src/dash-3d/content-preparation.tex index 60be72a..d8d809d 100644 --- a/src/dash-3d/content-preparation.tex +++ b/src/dash-3d/content-preparation.tex @@ -58,9 +58,18 @@ In our example, from the full-size image, we generate successive resolutions by Figure~\ref{fig:textures} illustrates the use of the textures against the rendering using a single, average color per face. \begin{figure} -\includegraphics[width=0.472\columnwidth]{assets/dash-3d/average-color/full-res.png} -\includegraphics[width=0.50\columnwidth]{assets/dash-3d/average-color/no-res.png} -\caption{Rendering of the model with full resolution texture (left), and faces with average default color (right).\label{fig:textures}} + \centering + \begin{subfigure}[b]{\textwidth} + \includegraphics[width=1\textwidth]{assets/dash-3d/average-color/full-res.png} + \caption{With full resolution textures} + \vspace{0.3cm} + \end{subfigure} + + \begin{subfigure}[b]{\textwidth} + \includegraphics[width=1\textwidth]{assets/dash-3d/average-color/no-res.png} + \caption{With average colors} + \end{subfigure} + \caption{Rendering of the model with different styles of textures\label{fig:textures}} \end{figure} \subsection{Segments}