Skip to content

Commit

Permalink
Uncomment todo
Browse files Browse the repository at this point in the history
Hide work notes from generated report
  • Loading branch information
StuckiSimon committed Aug 13, 2024
1 parent 1f7d271 commit f69fdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report/parts/discussion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ \subsection*{Full OpenPBR support}
\item{Subsurface Scattering} - Subsurface scattering is the effect of light entering a surface and being scattered beneath the surface before exiting at a different point. This effect is common in materials such as skin, wax, or marble.
\end{itemize}

\todo{list all features}
%\todo{list all features}

\subsection*{Alignment of OpenPBR and glTF PBR}

Expand Down
2 changes: 1 addition & 1 deletion report/parts/results.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ \subsection*{Scene Preparation}

In order to address memory alignment, as described in \autoref{ch:memoryAlignmentTheory}, the path tracer uses \texttt{webgpu-utils} \cite{webgpuUtilsLib}. The library enables a straightforward way to map data to buffers and align them correctly. See \coderef{MEMORY-VIEW} for creation of definition and \coderef{BUFFER-MAPPING} for mapping of data to buffers.

\todo{Memory Management (GPU+CPU)}
%\todo{Memory Management (GPU+CPU)}

\section{Ray Generator}

Expand Down

0 comments on commit f69fdd5

Please sign in to comment.