Pages in Compression
-
Compression
The many ways to compress volumetric data.
-
Run-Length Encoding
Run-Length Encoding (or RLE for short) is a type of compression that encodes sequences of repeating values in just a few bytes!
-
Palette Compression
Compressing voxels like one would a GIF-image.
-
Vertex Packing
Manually bit-packing data into vertices for improved memory usage and bandwidth.
-
Lossy Compression
Voxels don't need to be exact values all the time, allowing for lossy compression.