-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2daabd2
commit d558862
Showing
1 changed file
with
38 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |