Computer Graphics & Visual Computing (CGVC) 2014
Permanent URI for this collection
Browse
Browsing Computer Graphics & Visual Computing (CGVC) 2014 by Subject "Categories and Subject Descriptors (according to ACM CCS)"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Fast and Simple Agglomerative LBVH Construction(The Eurographics Association, 2014) Apetrei, Ciprian; Rita Borgo and Wen TangThis paper continues the long-standing tradition of gradually improving the construction speed of spatial acceleration structures using sorted Morton codes. Previous work on this topic forms a clear sequence where each new paper sheds more light on the nature of the problem and improves the hierarchy generation phase in terms of performance, simplicity, parallelism and generality. Previous approaches constructed the tree by firstly generating the hierarchy and then calculating the bounding boxes of each node by using a bottom-up traversal. Continuing the work, we present an improvement by providing a bottom-up method that finds each node's parent while assigning bounding boxes, thus constructing the tree in linear time in a single kernel launch. Also, our method allows clustering the sorted points using an user-defined distance metric function.