methods draft
This commit is contained in:
29
paper.aux
29
paper.aux
@@ -8,13 +8,32 @@
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Four rooms with portals (in red) can all be accessed without leaving the smaller real space\cite {lochner:2021}.}}{1}{}\protected@file@percent }
|
||||
\newlabel{fig1}{{1}{1}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2}Unobtrusive Transitions}{2}{}\protected@file@percent }
|
||||
\newlabel{unobtrusive-transitions}{{2}{2}}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces What should the right-eye camera render if it is inside the portal wall (in grey), but the centre of the head (in red) has not crossed the portal plane? If nothing is done, the blue part of the user's field of view would not render the next room, but whatever is inside or behind the portal wall.}}{2}{}\protected@file@percent }
|
||||
\newlabel{fig2}{{2}{2}}
|
||||
\citation{nvidia-sps}
|
||||
\citation{nvidia-sps}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces The sides of the portal box are only visible from the side with a solid red line. Therefore, the right eye can see space $B$ on the inner wall and at the same look out from the portal box back into space $A$.}}{3}{}\protected@file@percent }
|
||||
\newlabel{fig3}{{3}{3}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3}Optimisation Considerations}{3}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces The user is standing in a green room looking at two portals to a yellow and a magenta room. The amount of rendering can in this case be divided by three if the pairs of cameras only render a masked out area of their room instead of the whole picture.}}{3}{}\protected@file@percent }
|
||||
\newlabel{fig4}{{4}{3}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Stencil Buffer}{3}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Single-Pass Instanced Rendering}{3}{}\protected@file@percent }
|
||||
\citation{nvidia-sps}
|
||||
\citation{nvidia-sps}
|
||||
\bibstyle{plain}
|
||||
\bibdata{refs}
|
||||
\bibcite{abrash:2013}{1}
|
||||
\bibcite{aliaga:1997}{2}
|
||||
\bibcite{boletsis:2017}{3}
|
||||
\bibcite{lochner:2021}{4}
|
||||
\bibcite{lowe:2005}{5}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces What should the right-eye camera render if it is inside the portal wall (in grey), but the centre of the head (in red) has not crossed the portal plane? If nothing is done, the blue part of the user's field of view would not render the next room, but whatever is inside or behind the portal wall.}}{2}{}\protected@file@percent }
|
||||
\newlabel{fig2}{{2}{2}}
|
||||
\gdef \@abspage@last{2}
|
||||
\bibcite{nvidia-sps}{4}
|
||||
\bibcite{lochner:2021}{5}
|
||||
\bibcite{lowe:2005}{6}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces When rendering in multiple passes, all work is doubled. This illustration shows how basically the three objects are treated as though they were separate objects\cite {nvidia-sps}.}}{4}{}\protected@file@percent }
|
||||
\newlabel{fig5}{{5}{4}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4}Performance Comparison}{4}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces When rendering in an instanced single pass, the whole geometry of the scene is processed only once, which significantly reduces the amount of work\cite {nvidia-sps}.}}{4}{}\protected@file@percent }
|
||||
\newlabel{fig6}{{6}{4}}
|
||||
\gdef \@abspage@last{4}
|
||||
|
||||
Reference in New Issue
Block a user