From cb26b64291e0c60a30eac69ccc03fbe530a2534f Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Fri, 11 Jan 2008 02:26:12 +0000 Subject: two we --- Smoke/report/chapter7.tex | 4 ++-- 1 file 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. \\ -- cgit v0.12