A Survey of Efficient Representations for Independent Unit Vectors
Zina H. Cigolle, Sam Donow, Daniel Evangelakos, Michael Mara, Morgan McGuire, Quirin Meyer
In Journal of Computer Graphics Techniques (JCGT), 3(2), April 2014.
Abstract: The bandwidth cost and memory footprint of vector buffers are limiting factors for GPU rendering in many applications. This article surveys time- and space-efficient representations for the important case of non-register, in-core, statistically independent unit vectors, with emphasis on GPU encoding and decoding. These representations are appropriate for unit vectors in a geometry buffer or attribute stream--where no correlation between adjacent vectors is easily available--or for those in a normal map where quality higher than that of DXN is required. We do not address out-of-core and register storage vectors because they favor minimum-space and maximum-speed alternatives, respectively.
We evaluate precision and its qualitative impact across these techniques and give CPU reference implementations. For those methods with good quality and reasonable performance, we provide optimized GLSL GPU implementations of encoding and decoding.
@article{Cigolle:2014:ASO,
author = {Zina H. Cigolle and Sam Donow and Daniel Evangelakos and Michael Mara and Morgan McGuire and Quirin Meyer},
title = {A Survey of Efficient Representations for Independent Unit Vectors},
journal = {Journal of Computer Graphics Techniques (JCGT)},
volume = {3},
number = {2},
pages = {1--30},
month = apr,
year = {2014},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."