Grid Creation Strategies for Efficient Ray Tracing

  • Authors:
  • Thiago Ize;Peter Shirley;Steven Parker

  • Affiliations:
  • SCI Institute, University of Utah, Intel Corp;School of Computing, University of Utah;SCI Institute, University of Utah

  • Venue:
  • RT '07 Proceedings of the 2007 IEEE Symposium on Interactive Ray Tracing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Both theoretical analysis and practical experience have shown that when ray tracing a well-behaved model with N geometric primitives, the lowest ray tracing times using a grid acceleration structure occurs when the grid has O(N) cells. This paper extends the theoretical analysis in two ways and then experimentally verifies that analysis for several geometric models. The first extension is to examine how model characteristics influence the choice of the number of cells in a grid, with models made of long thin primitives being of particular interest. For such models, the lowest trace times come when O(N1.5) cells are used, but may not always be practical due to the super-linear memory usage. The second extension is to nested grids where a grid cell may itself contain another grid. For the case of scattered data such as exploding particles, nesting is not helpful. For the case of tesselated manifolds with compact triangles, O(N0.6) cells at top level is optimal if only one level of nesting is allowed. For d levels of nesting, O(N3/(3+ 2d)) is optimal for the top level. For long thin primitives, O(N) cells at the top level is optimal when one level of nesting is allowed, but this again comes at the cost of super-linear memory usage.