Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.12 KB | None | 0 0
  1. \newcommand\experience[9]{
  2.   \textbf{#1}    & \textbf{#2}                          \\*
  3.   \textbf{#3}    & {#4}                                 \\*
  4.   \textbf{#5}    & {#6}                                 \\*
  5.  \textbf{#7}    & \begin{minipage}[t]{\rightcolumnlength}
  6.                              #8
  7.                    \end{minipage}                                       \\*
  8.                  & \footnotesize{\foreach \n in {#9}{\cvtag{\n}}}   \\
  9.  }
  10.  
  11.  
  12. \begin{experiences}
  13.  \experience
  14.     {CAE}                {Software Engineer}
  15.    {Present-March 2017} {R\&D for the in house C++ OpenGL engine used within the CAE 7000XR flight simulator designed for commercial and military pilot training.}
  16.     {Monreal, Quebec}    {I worked on}
  17.                         {
  18.                           \begin{itemize}
  19.                             \item Reducing the latency of in house AR/VR HMD by 16ms using a Timewarp/Reprojection algorithm.
  20.                             \item Simulating the dust for desert helicopter training by developing a GPU particle system that is synchronized across up to 20 rendering nodes.
  21.                             \item Allowing the cloud rendering system to render different levels of cloudiness within the same simulation.
  22.                           \end{itemize}
  23.                          }
  24.                          {C++,OpenGL,NVidia}
  25.  \emptySeparator
  26.  
  27. \end{experiences}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement