summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sphdthesis/example/table.tex
blob: 88ab7fd2c6215d0f4cb1abc29b55d0a595441d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\begin{table}[t]
\caption{Statistics for the time taken to merge various models}
\label{table:Ch1-Stats}
\centering
\begin{tabular}{lcccc}
	\toprule
	\textbf{Model} & \textbf{Num. Scans} & \textbf{Input Triangles} & \textbf{Output Triangles} & \textbf{Time Taken (secs)} \\
	\midrule
	Drill & 14 & 102284 & 19152 & 159 \\
	Hello Kitty & 9 & 83627 & 27856 & 237 \\
	Warrior & 10 & 133927 & 34613 & 315 \\
	Doll & 9 & 146080 & 54022 & 479 \\
	Mug & 6 & 114347 & 68129 & 613 \\
	\bottomrule
\end{tabular} 
\end{table}