CRS4

Far Voxels -- a multiresolution framework for interactive rendering of huge complex 3d models on commodity graphics platforms

ACM Transactions on Graphics, Volume 24, Number 3, page 878--885 - august 2005
Télécharger la publication : sig2005-farvox.pdf [9.1Mo]  
We present an efficient approach for end-to-end out-of-core construction and interactive inspection of very large arbitrary surface models. The method tightly integrates visibility culling and out-of-core data management with a level-of-detail framework. At preprocessing time, we generate a coarse volume hierarchy by binary space partitioning the input triangle soup. Leaf nodes partition the original data into chunks of a fixed maximum number of triangles, while inner nodes are discretized into a fixed number of cubical voxels. Each voxel contains a compact direction dependent approximation of the appearance of the associated volumetric subpart of the model when viewed from a distance. The approximation is constructed by a visibility aware algorithm that fits parametric shaders to samples obtained by casting rays against the full resolution dataset. At rendering time, the volumetric structure, maintained off-core, is refined and rendered in front-to-back order, exploiting vertex programs for GPU evaluation of view-dependent voxel representations, hardware occlusion queries for culling occluded subtrees, and asynchronous I/O for detecting and avoiding data access latencies. Since the granularity of the multiresolution structure is coarse, data management, traversal and occlusion culling cost is amortized over many graphics primitives. The efficiency and generality of the approach is demonstrated with the interactive rendering of extremely complex heterogeneous surface models on current commodity graphics platforms.

Images et films

 

Références BibTex

@Article{GM05d,
  author       = {Gobbetti, E. and Marton, F.},
  title        = {Far Voxels -- a multiresolution framework for interactive rendering of huge complex 3d models on commodity graphics platforms},
  journal      = {ACM Transactions on Graphics},
  number       = {3},
  volume       = {24},
  pages        = {878--885},
  month        = {august},
  year         = {2005},
  publisher    = {ACM Press},
  note         = {Proc. SIGGRAPH 2005  idxproject: BOEING777   address: New York, NY, USA},
  keywords     = {BOEING777},
  url          = {https://publications.crs4.it/pubdocs/2005/GM05d},
}

Autres publications dans la base

» Enrico Gobbetti
» Fabio Marton