-
Notifications
You must be signed in to change notification settings - Fork 0
/
preface.tex
executable file
·33 lines (22 loc) · 1.24 KB
/
preface.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\chapter{Preface}
This thesis was written at 23c in Stockholm as the completion of my bachelors degree in Computer Engineering from The Royal Institute of Technology in Kista. It was started in March of 2013 and consists of 15 ECTS points.
It presents a possible solution on how to synchronize the rendering processes on different computers over a network.
This thesis and the code presented has been written by me and in the cases where other sources has been used this is clearly cited.
\vspace{20mm}
\mbox{}\hfill
\begin{minipage}[t]{80mm}
Stockholm 2013\\
\vspace{1cm}\\
Jenny Olsson
\end{minipage}
\subsection*{Glossary}
\subsubsection*{NTP}
Network Time Protocol, used to synchronize computer clocks over a network.
\subsubsection*{Frameskipping}
Skipping forward a certain number of frames in an animation.
\subsubsection*{Tweening}
Also known as inbetweening. Technique for creating linear animations by defining the start and the end states of the animation.
\subsubsection*{Timestep}
Defining the amount of time between two steps in the animation, making the animation depend on time rather than framerate.
\subsubsection*{Round trip delay}
The delay in time between sending a message and recieving a reply.