Skip to content

Commit

Permalink
Update project_maya.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
UrAboveAvgGitUser authored Dec 2, 2024
1 parent 2daabd2 commit d558862
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions project_maya.tex
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit d558862

Please sign in to comment.