ACM SIGGRAPH 2005 Papers 2005
DOI: 10.1145/1186822.1073329
|View full text |Cite
|
Sign up to set email alerts
|

Multi-level ray tracing algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
130
0
1

Year Published

2006
2006
2012
2012

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 95 publications
(131 citation statements)
references
References 20 publications
0
130
0
1
Order By: Relevance
“…Recent works in coherent ray tracing [16], [17], [18] combined highly-optimized coherent traversal with SIMD primitive intersection to deliver up to two orders of magnitude increase in frame rate, allowing interactive ray tracing on a single processor. For faster isosurface ray tracing, the ray-cell intersection test was adapted to a SIMD SSE architecture by Marmitt et al [19].…”
Section: Ray Tracing Volumesmentioning
confidence: 99%
“…Recent works in coherent ray tracing [16], [17], [18] combined highly-optimized coherent traversal with SIMD primitive intersection to deliver up to two orders of magnitude increase in frame rate, allowing interactive ray tracing on a single processor. For faster isosurface ray tracing, the ray-cell intersection test was adapted to a SIMD SSE architecture by Marmitt et al [19].…”
Section: Ray Tracing Volumesmentioning
confidence: 99%
“…With the increase in CPU cores and multi threaded architectures, ray tracing could be efficiently performed on a set of processors. MLRTA [10] performs fast ray tracing by allowing a group of rays to start traversing the tree data structure from a node deep inside the tree, saving unnecessary operations. RLOD [19] uses a LOD based scheme which integrates simplified LODs of the model into k-d tree, performing efficient ray-triangle intersection.…”
Section: Related Workmentioning
confidence: 99%
“…Ray casting has been performed for static models on the CPU [10,16,19] and the GPU [1,9,20,18]. A lot of effort has been put into ray casting and ray tracing of static models at real-time rates.…”
Section: Introductionmentioning
confidence: 99%
“…SIMD packet tracing can only provide as much benefit as the SIMD width of the machine. In addition to these hardware-related benefits, using packets larger than the SIMD width also allows for algorithmic benefits that actually avoid certain operations, typically by performing some conservative full-packet rejection tests based on bounding frusta, bounding rays, or interval arithmetic [5,19,20,24,26]. All of these techniques rely on high ray coherence to deliver benefits over SIMD packet tracing.…”
Section: Introductionmentioning
confidence: 99%