diff --git a/project_maya.tex b/project_maya.tex index 24d32a6..9950183 100644 --- a/project_maya.tex +++ b/project_maya.tex @@ -1,40 +1,41 @@ -% To create a slide, use the following: -% \begin{frame}{TITLE} -% BODY -% \end{frame} +\begin{frame}{Current Progress} + \begin{itemize} + \item Cleaned up trench 1 of La Cuernavilla in RealityCapture + \item Created initial mesh and subsampled it (90M to 5.5M) + \item Cleaned it up in ZBrush (100,000 tris now) + \end{itemize} +\end{frame} -% To create a slide with a bullet list, use the following: -% \begin{frame}{TITLE} -% \begin{itemize} -% \item ITEM 1 -% \item ITEM 2 -% \end{itemize} -% \end{frame} +\begin{frame}{Renders} + \begin{columns}[T] % Align columns at the top + \begin{column}{0.5\textwidth} + \includegraphics[width=\textwidth, keepaspectratio]{images/maya/Screenshot-2024-12-01-221048.png} + \caption{Render 1: Front View} + \end{column} + \begin{column}{0.5\textwidth} + \includegraphics[width=\textwidth, keepaspectratio]{images/maya/Screenshot-2024-12-01-233007.png} + \caption{Render 2: Side View} + \end{column} + \end{columns} +\end{frame} -% To create a slide with numbered list, use the following: -% \begin{frame}{TITLE} -% \begin{enumerate} -% \item ITEM 1 -% \item ITEM 2 -% \end{enumerate} -% \end{frame} +\begin{frame}{Additional Renders} + \begin{columns}[T] % Align columns at the top + \begin{column}{0.5\textwidth} + \includegraphics[width=\textwidth, keepaspectratio]{images/maya/Screenshot-2024-12-01-235300.png} + \caption{Render 3: Top View} + \end{column} + \begin{column}{0.5\textwidth} + \includegraphics[width=\textwidth, keepaspectratio]{images/maya/Screenshot-2024-12-02-001848.png} + \caption{Render 4: Perspective View} + \end{column} + \end{columns} +\end{frame} -% To create a slide with a graphic: -% 1. Add the graphic to this folder (named picture.png) -% 2. Use the following: -% \begin{frame}{TITLE} -% \centering -% \includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{picture.png} -% \end{frame} - -% To create a slide with two columns, use the following: -% \begin{frame}{TITLE} -% \begin{columns} -% \begin{column}{0.5\textwidth} -% COLUMN 1 BODY -% \end{column} -% \begin{column}{0.5\textwidth} -% COLUMN 2 BODY -% \end{column} -% \end{columns} -% \end{frame} +\begin{frame}{Next Steps} + \begin{itemize} + \item Divide the model into smaller polygroups for easier management + \item Start mapping textures + \item Subdivide the mesh to restore detail + \end{itemize} +\end{frame}