Binary voxel grid

From XVRWiki
Jump to navigation Jump to search
Binary voxel grid

A binary voxel grid is a three-dimensional grid or matrix in which each unit (called a voxel) is either active (usually represented by a 1) or inactive (usually represented by a 0).

It is a 3D data structure. It is the simplest way to represent 3D data in a digital space.

It is used in digital sculpting software.

It is a 1-bit 3D texture.

References[edit]