Skip to content

Commit

Permalink
Do minor wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 30, 2024
1 parent bc05f56 commit 65c3949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report/parts/results.tex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ \subsection*{Ray Generator}
\label{fig:rngSeed}
\end{figure}

When increasing the sample count, the differences in the setup remain visible. Adjacent surfaces show similar patterns, as shown in \autoref{fig:rngNoiseArtifactsHighlightsBadNoisy}. These patterns resemble image compression artifacts encountered in aggressively compressed \fGlspl{JPEG}{\e{Joint Photographic Experts Group}, a common method for lossy image compression.}. In contrast, the renderings with independent seeds show stark differences in adjacent pixels akin to noise, as shown in \autoref{fig:rngNoiseArtifactsHighlightsGoodNoisy}. As shown in \autoref{fig:rngNoiseArtifactsHighlightsBadAnti} compared to \autoref{fig:rngNoiseArtifactsHighlightsGoodAnti}, the anti-aliasing is less noticeable when using independent seeds. The implementation of the anti-aliasing strategy indicated in \autoref{sec:anti-aliasing} is implemented in \coderef{ALIASING} and is highly dependent on the \gls{RNG} setup.
When increasing the sample count, the differences in the setup remain visible. Adjacent surfaces show similar patterns, as shown in \autoref{fig:rngNoiseArtifactsHighlightsBadNoisy}. These patterns resemble image compression artifacts encountered in aggressively compressed \fGlspl{JPEG}{\e{Joint Photographic Experts Group}, a common method for lossy image compression.}. In contrast, the renderings with independent seeds show stark differences in adjacent pixels akin to noise, as shown in \autoref{fig:rngNoiseArtifactsHighlightsGoodNoisy}. As shown in \autoref{fig:rngNoiseArtifactsHighlightsBadAnti} compared to \autoref{fig:rngNoiseArtifactsHighlightsGoodAnti}, the aliasing is less noticeable when using independent seeds. The implementation of the anti-aliasing strategy indicated in \autoref{sec:anti-aliasing} is implemented in \coderef{ALIASING} and is highly dependent on the \gls{RNG} setup.

\begin{figure}[H]
\centering
Expand Down Expand Up @@ -242,7 +242,7 @@ \subsection*{Denoise Pipeline}

\section{Documentation}

The path tracer is designed to be integrated into existing web projects. The package is installable via \gls{npm} but could also be downloaded and included manually. The complete documentation is available on the website. The documentation is designed to demonstrate the path tracer, provide a quick start guide, and offer detailed information on how to set up \texttt{strahl}. The website is shown in \autoref{fig:strahl-homepage}.
The path tracer is designed to be integrated into existing web projects. The package is installable via \gls{npm} but could also be downloaded and included manually. Complete documentation is available on the website and is designed to demonstrate the path tracer, provide a quick start guide, and offer detailed information on setting up \texttt{strahl}. The website is shown in \autoref{fig:strahl-homepage}.

\begin{figure}[H]
\centering
Expand Down

0 comments on commit 65c3949

Please sign in to comment.