summaryrefslogtreecommitdiffstats
path: root/Smoke/report/chapter7.tex
diff options
context:
space:
mode:
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 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. \\