Interactively Modifying Compressed Sparse Voxel Representations

Computer Graphics Forum (Proc. Eurographics) - 2020
Download the publication : ModifyingCompressedVoxels-main.pdf [16.9Mo]   ModifyingCompressedVoxels-supplementary.pdf [12.1Mo]  
Voxels are a popular choice to encode complex geometry. Their regularity makes updates easy and enables random retrieval of values. The main limitation lies in the poor scaling with respect to resolution. Sparse voxel DAGs (Directed Acyclic Graphs) overcome this hurdle and offer high-resolution representations for real-time rendering but only handle static data. We introduce a novel data structure to enable interactive modifications of such compressed voxel geometry without requiring de- and recompression. Besides binary data to encode geometry, it also supports compressed attributes (e.g., color). We illustrate the usefulness of our representation via an interactive large-scale voxel editor (supporting carving, filling, copying, and painting).

Images and movies

 

BibTex references

@Article { CBE20,
  author       = "Careil, Victor and Billeter, Markus and Eisemann, Elmar",
  title        = "Interactively Modifying Compressed Sparse Voxel Representations",
  journal      = "Computer Graphics Forum (Proc. Eurographics)",
  year         = "2020",
  note         = "Link to youtube: https://youtu.be/GQAwDn1bh0E",
  url          = "http://graphics.tudelft.nl/Publications-new/2020/CBE20"
}

Other publications in the database

» Markus Billeter
» Elmar Eisemann






Back