Permutation Coding for Vertex-Blend Attribute Compression

Christoph Peters, Bastian Kuth and Quirin Meyer

Proceedings of the ACM on Computer Graphics and Interactive Techniques (Proc. i3D) 5, 1.

Abstract

Compression of vertex attributes is crucial to keep bandwidth requirements in real-time rendering low. We present a method that encodes any given number of blend attributes for skinning at a fixed bit rate while keeping the worst-case error small. Our method exploits that the blend weights are sorted. With this knowledge, no information is lost when the weights get shuffled. Our permutation coding thus encodes additional data, e.g. about bone indices, into the order of the weights. We also transform the weights linearly to ensure full coverage of the representable domain. Through a thorough error analysis, we arrive at a nearly optimal quantization scheme. Our method is fast enough to decode blend attributes in a vertex shader and also to encode them at runtime, e.g. in a compute shader. Our open source implementation supports up to 13 weights in up to 64 bits.

Downloads


Paper

Code on GitHub

Code with data and dependencies