summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-11 02:26:12 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-11 02:26:12 (GMT)
commitcb26b64291e0c60a30eac69ccc03fbe530a2534f (patch)
treea8d1a6bf68255042e8be9b7602af88fb29450390
parent128bf343d824229e00e8bd37488675f00b27a6b9 (diff)
download2iv35-cb26b64291e0c60a30eac69ccc03fbe530a2534f.zip
2iv35-cb26b64291e0c60a30eac69ccc03fbe530a2534f.tar.gz
2iv35-cb26b64291e0c60a30eac69ccc03fbe530a2534f.tar.bz2
two we
-rw-r--r--Smoke/report/chapter7.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/report/chapter7.tex b/Smoke/report/chapter7.tex
index fef2fbb..b44a4ea 100644
--- a/Smoke/report/chapter7.tex
+++ b/Smoke/report/chapter7.tex
@@ -1,6 +1,6 @@
\chapter{Height plots}
-Height plots are a very neat visualization technique. What are height plots, what are they used for and how did we implement them? \\
+Height plots are a very neat visualization technique. What are height plots, what are they used for and how where they implemented? \\
\section{Description}
@@ -10,7 +10,7 @@ By rotating the field the height plots become much more visible. Rotation is ach
\section{Implementation}
-Realizing height plots would not be very visible from the default view, rotation, zoom and movement was implemented first. After having the ability we costructed the height plots as follows. \\
+Realizing height plots would not be very visible from the default view, rotation, zoom and movement was implemented first. After having this ability the heigh plots where costructed as follows. \\
Since vertex allready had x and y-coordinates, all that was needed was to add a z-coordinate. An extra array to track the height of each vertex was used, as the original simulation and its datastructers should not be disturbed. As value for the height any of the primary datasets can be choosen. When drawing a vertex the stored height from the array is then rendered using that value for the z-coordinate. \\