summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-11 02:26:57 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-11 02:26:57 (GMT)
commit0fd68267dcb7d489d49f45472a73d67c636c3227 (patch)
tree05593ad0f0123938b19548f115030a5943b0b9eb
parentcb26b64291e0c60a30eac69ccc03fbe530a2534f (diff)
download2iv35-0fd68267dcb7d489d49f45472a73d67c636c3227.zip
2iv35-0fd68267dcb7d489d49f45472a73d67c636c3227.tar.gz
2iv35-0fd68267dcb7d489d49f45472a73d67c636c3227.tar.bz2
tis laat, meer wee in deze file.
-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 b44a4ea..0a3225e 100644
--- a/Smoke/report/chapter7.tex
+++ b/Smoke/report/chapter7.tex
@@ -48,7 +48,7 @@ As it turns out the translation and rotation was in the opposite order. After ch
\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. \\
+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, height strips where 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. \\