summaryrefslogtreecommitdiffstats
path: root/Smoke/report/chapter7.tex
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-11 03:22:25 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-11 03:22:25 (GMT)
commit9d43af2c4e96e6132cb02079207a007eeb62820e (patch)
tree8fd46309b2f0d0760860507c72cdf95ceb02a6f9 /Smoke/report/chapter7.tex
parent1efa2c021e48ee3356936404448b6cbaecddd70f (diff)
download2iv35-9d43af2c4e96e6132cb02079207a007eeb62820e.zip
2iv35-9d43af2c4e96e6132cb02079207a007eeb62820e.tar.gz
2iv35-9d43af2c4e96e6132cb02079207a007eeb62820e.tar.bz2
verslag update (spelfouten)
Diffstat (limited to 'Smoke/report/chapter7.tex')
-rw-r--r--Smoke/report/chapter7.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/report/chapter7.tex b/Smoke/report/chapter7.tex
index 58412e5..5fb859e 100644
--- a/Smoke/report/chapter7.tex
+++ b/Smoke/report/chapter7.tex
@@ -66,7 +66,7 @@ the center. \\
\subsection{Height strips}
When first implementing the height plots a third dimension was simply added when rendering the triangle strips for the smoke visualization. This had as an effect
-that the different rows of each of the triangle strips in the simulation where not connected. In stead of a height plots we implemented height strips. \\
+that the different rows of each of the triangle strips in the simulation where not connected. In stead of a height plots, height strips were implemented. \\
This problem was countered first calculating the height for each vertex and storing it in an array. When rendering a vertex, the correct value is then retrieved
from the array to correctly display the height. \\