diff --git a/tex_review/chapters/transition.tex b/tex_review/chapters/transition.tex index 278975f..b3df989 100644 --- a/tex_review/chapters/transition.tex +++ b/tex_review/chapters/transition.tex @@ -111,8 +111,10 @@ resides within a polygon that is actually walkable from the starting position.} \add{Just as before, the navigation mesh can be \emph{automatically} generated from the building's floor plan, based on - various algorithms \cite{navMeshAlg1, kallmann2010navigation, van2011navigation}. - } + various algorithms \cite{navMeshAlg1, kallmann2010navigation, van2011navigation}.} + \addy{In contrast to the grid, the number of triangles depend on the size and shape of the building as well as the used algorithm. + Increasing the density of triangles intentionally, does not improve the accuracy, as would be the case for grid cells of the graph, due to aforementioned continues movement characteristic. + This also removes the need of defining some kind of initial polygon density for the mesh, like the spacing of the grid cells, what makes it more flexible.} Using variably shaped/sized elements instead of rigid grid-cells provides both, higher accuracy for reaching every corner, and a reduced diff --git a/tex_review/review/01_review_02.odt b/tex_review/review/01_review_02.odt index c352937..f965280 100644 Binary files a/tex_review/review/01_review_02.odt and b/tex_review/review/01_review_02.odt differ diff --git a/tex_review/review/guest_review.odt b/tex_review/review/guest_review.odt new file mode 100644 index 0000000..31571b6 Binary files /dev/null and b/tex_review/review/guest_review.odt differ