In Proceedings of SIBGRAPI

Plausible Image Based Soft Shadows Using Occlusion Textures

Elmar Eisemann and Xavier Decoret

Overview of the transmittance shadow map algorithm - here with 24 slices stored in RGB channels of 8 bits

This sketch paper presents an overview of ”Fast Scene Voxelization and Applications” published at the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games. It introduces slicemaps that correspond to a GPU friendly voxel representation of a scene. This voxelization is done at run-time in the order of milliseconds, even for complex and dynamic scenes containing more than 1M polygons. Creation and storage is performed on the graphics card avoiding unnecessary data transfer. Regular but also deformed grids are possible, in particular to better fit the scene geometry. Several applications are demonstrated: shadow calculation, refraction simulation and shadow volume culling/clamping.


More Information

Gallery

Citation

Elmar Eisemann and Xavier Decoret, Plausible Image Based Soft Shadows Using Occlusion Textures, In Proceedings of SIBGRAPI, pp. 155–162, 2006.

BibTex

@inproceedings{bib:eisemann:2006,
    author       = { Eisemann, Elmar and Decoret, Xavier },    
    title        = { Plausible Image Based Soft Shadows Using Occlusion Textures },
    booktitle    = { In Proceedings of SIBGRAPI },
    year         = { 2006 },
    pages        = { 155--162 },
    doi          = { 10.1109/SIBGRAPI.2006.35 },
    dblp         = { conf/sibgrapi/EisemannD06 },
    url          = { https://publications.graphics.tudelft.nl/papers/470 },
}