Skip to content

Commit

Permalink
Merge branch 'projectproposal' of github.com:DEADBEEF/SNATCH into pro…
Browse files Browse the repository at this point in the history
…jectproposal
  • Loading branch information
michielbaird committed May 22, 2012
2 parents c719527 + 393f088 commit fe1c2fb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions presentation/proposal/presentation.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -99,11 +99,17 @@ Relevant Literature
* Common approaches to structuring large 3D models include octrees, * Common approaches to structuring large 3D models include octrees,
R-trees, bounding sphere hierachies, and Hilbert Space Filling R-trees, bounding sphere hierachies, and Hilbert Space Filling
Curves Curves
* Bounding Sphere Hierachy (Rusinkiewicz and Levoy, 2000) largest
model 8 million points +---------------------------+------------------------+--------------------------------+
* Conformal hierarchy of tetrahedra (Cigoni et al., 2008) largest model over | Data Structure | Largest model rendered | Reference |
300 million points +===========================+========================+================================+
* Octree (Wand et al., 2007) largest model 2.2 billion points | Bounding Sphere Hierachy | 8 million points | (Rusinkiewicz and Levoy, 2000) |
+---------------------------+------------------------+--------------------------------+
| Hierarchy of Tetrahedra | 300 million points | (Cigoni et al., 2008) |
+---------------------------+------------------------+--------------------------------+
| Octree | 2.2 billion points | (Wand et al., 2007) |
+---------------------------+------------------------+--------------------------------+



---- ----


Expand Down

0 comments on commit fe1c2fb

Please sign in to comment.