diff --git a/README.md b/README.md index 9f558dc..3ca6555 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Right now we only display data sets that fit in GPU memory, but support for arbi -The generated LOD structure is an octree that stores voxels in inner nodes and original point cloud data in leaf nodes. Voxels are created by sampling on a 128³ grid. Due to the sparsity in surfacic data sets, the voxels themselves are stored in lists instead of grids. In order to support growing amounts of voxels and points as new data is inserted into the octree, we use linked lists of chunks of points/voxels. +The generated LOD structure is an octree that stores voxels in inner nodes and original point cloud data in leaf nodes [WBB08]. Voxels are created by sampling on a 128³ grid. Due to the sparsity in surfacic data sets, the voxels themselves are stored in lists instead of grids. In order to support growing amounts of voxels and points as new data is inserted into the octree, we use linked lists of chunks of points/voxels.