Proceedings of the 21st ACM SIGGRAPH/EUROGRAPHICS Symposium on Graphics Hardware - GH '06 2006
DOI: 10.1145/1283900.1283912
|View full text |Cite
|
Sign up to set email alerts
|

B-KD trees for hardware accelerated ray tracing of dynamic scenes

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
43
0

Year Published

2006
2006
2008
2008

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 52 publications
(43 citation statements)
references
References 33 publications
0
43
0
Order By: Relevance
“…Around the same time, a similar structure was proposed by Woop et al (the B-KD tree, [35]). The main benefit of these algorithms is the fast build time: Where a kDtree for ∼200k triangles typically takes seconds, a BIH for the same scene is built in a fraction of a second.…”
Section: Bounding Interval Hierarchymentioning
confidence: 86%
“…Around the same time, a similar structure was proposed by Woop et al (the B-KD tree, [35]). The main benefit of these algorithms is the fast build time: Where a kDtree for ∼200k triangles typically takes seconds, a BIH for the same scene is built in a fraction of a second.…”
Section: Bounding Interval Hierarchymentioning
confidence: 86%
“…This reduces the memory requirements from storing 6 to 2 coordinates only. Similarly, Woop et al [40] present a hardware implementation called the bkd-tree in which they store the left and right bounds for both children and therefore use 4 coordinates per node. Construction for both structures is almost identical to BVHs by just storing the respective bounding box coordinates.…”
Section: Comparison To Spatial Kd-treesmentioning
confidence: 99%
“…We refer to this second task as sifting. Note that for a kd-tree, a single AABB may be copied into both children, so sifting is more complex for a kd-tree than a B-KD tree [24,18]. Our sifting implementation uses two important optimizations.…”
Section: Additional Optimizationsmentioning
confidence: 99%
“…However, the techniques described in this paper are directly applicable to the construction of other high-quality acceleration structures based on the surface area heuristic. Examples include SAH-optimized bounding-volume hierarchies [20] and B-KD trees [24,18]. The most important conclusion from this paper is that acceleration structures for interactive ray tracers can and should be built using a good approximation to the SAH.…”
Section: Introductionmentioning
confidence: 99%