Memory efficient ray tracing with hierarchical mesh quantization

  • Authors:
  • Benjamin Segovia;Manfred Ernst

  • Affiliations:
  • Intel Labs;Intel Labs

  • Venue:
  • Proceedings of Graphics Interface 2010
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a lossily compressed acceleration structure for ray tracing that encodes the bounding volume hierarchy (BVH) and the triangles of a scene together in a single unified data structure. Total memory consumption of our representation is smaller than previous comparable methods by a factor of 1.7 to 4.8, and it achieves performance similar to the fastest uncompressed data structures. We store quantized vertex positions as local offsets to the leaf bounding box planes and encode them in bit strings. Triangle connectivity is represented as a sequence of strips inside the leaf nodes. The BVH is stored in a compact quantized format. We describe techniques for efficient implementation using register SIMD instructions (SSE). Hierarchical mesh quantization (HMQ) with 16 bits of accuracy achieves an average compression rate of 5.7: 1 in comparison to a BVH and an indexed face set. The performance impact is only 11 percent for packet tracing and 17 percent for single ray path tracing on average.