Skip to content
Snippets Groups Projects
Commit f47095a4 authored by ganthern's avatar ganthern
Browse files

add readme

parent 2537cadf
Branches
No related tags found
No related merge requests found
...@@ -3,3 +3,4 @@ Makefile ...@@ -3,3 +3,4 @@ Makefile
PointViewer PointViewer
moc_*.cpp moc_*.cpp
moc_*.h moc_*.h
.vscode
\ No newline at end of file
...@@ -11,7 +11,7 @@ Die Algorithmen sind hauptsächlich in den folgenden Dateien implementiert: ...@@ -11,7 +11,7 @@ Die Algorithmen sind hauptsächlich in den folgenden Dateien implementiert:
* CgSceneGraph/CgSceneControl.cpp - Komposition der Algorithmen zur Verwendung im Viewport * CgSceneGraph/CgSceneControl.cpp - Komposition der Algorithmen zur Verwendung im Viewport
## Aufgabe 1 ## Aufgabe 1
* der kd-Baum wird beim Laden und nach Vereinfachung einer Punkwolke implizit durch Sortierung der Vertices erzeugt (siehe CgSceneControl::handleEvent fall LoadPointCloudEvent ). * der kd-Baum wird beim Laden und nach Vereinfachung einer Punkwolke implizit durch Sortierung der Vertices erzeugt (siehe CgSceneControl::handleEvent fall LoadPointCloudEvent, ab Zeile ).
* *
## Aufgabe 2 ## Aufgabe 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment