Modeling

Voxel

A voxel is a value on a regular 3D grid, the volumetric equivalent of a 2D pixel, that represents an object as stacked cubes of data rather than polygons.

What is Voxel?

A voxel, short for 'volume element,' is a single point or cube of data positioned on a regular 3D grid, representing a value in three-dimensional space much as a pixel represents a value on a 2D screen. Instead of describing only a surface with polygons, voxels fill a volume, so a voxel model is built from many small cubes stacked in a grid. This makes them a natural fit for solid, editable, and destructible volumes.

How it works

Because voxels store data throughout a volume rather than only on the surface, they excel at things polygon meshes struggle with, such as freely digging, adding, and reshaping solid matter, as in Minecraft-style building and terrain. They are also widely used in medical imaging like CT and MRI scans, scientific visualization, and volumetric effects such as smoke and clouds. The trade-off is memory and resolution, since fine detail requires a dense grid, and voxel models are usually converted to a polygon mesh for rendering in standard engines. Tools like MagicaVoxel make voxel art approachable, and voxel data can be meshed into polygons whenever a conventional asset is needed.

Use cases

  • Creating blocky voxel art and game worlds

  • Representing editable, destructible terrain and volumes

  • Visualizing volumetric data like medical scans and simulations

Related Tools

Online 3D Viewer

View and inspect any 3D file right in your browser.

3D File Converter

Convert between FBX, OBJ, GLB, STL and more.

3D File Compressor

Shrink 3D file size without losing visible quality.

3D Text Generator

Turn text descriptions into 3D text and shapes.

Frequently Asked Questions

A voxel is a value on a regular 3D grid, essentially the three-dimensional equivalent of a pixel, and its name comes from 'volume element.' Rather than describing only a surface, voxels fill a volume, so a voxel model is made of many small cubes arranged in a grid. This makes voxels well suited to representing solid, editable matter.

Space is divided into a uniform 3D grid, and each cell, or voxel, stores data such as whether it is filled and what color or material it is. Together these filled cells form a volumetric shape, similar to how pixels form a 2D image but extended into depth. To display a voxel model in a normal engine, the grid is usually converted into a polygon surface.

A polygon describes only the thin surface of an object using flat faces defined by vertices, while a voxel represents a chunk of the object's actual volume as a cube in a grid. Polygon meshes are efficient for detailed, smooth surfaces and dominate games and film, whereas voxels make it easy to add, remove, and reshape solid material. Voxels are volumetric; polygons are surface-based.

A pixel is the smallest unit of a 2D image, holding a color value at a position on a flat grid. A voxel extends that idea into three dimensions, holding a value at a position within a volumetric grid. In short, a voxel is to 3D volume what a pixel is to a 2D picture.

MagicaVoxel is the most popular free tool for creating voxel art, and other options include Qubicle, VoxEdit, and the voxel features in some game engines. These editors let you place, paint, and sculpt cubes on a grid, then export the result, often as a mesh, for use elsewhere. Many games also build their own voxel engines for terrain and destruction.

Voxel modeling is one of the more approachable ways to start in 3D, because placing and painting cubes on a grid is intuitive and forgiving compared with manipulating polygons and edge loops. Free tools like MagicaVoxel let beginners produce appealing results quickly. Achieving polished, detailed voxel art still takes practice, but the entry barrier is low.

In games, voxels power blocky art styles and editable, destructible worlds like those in Minecraft, where players freely add and remove terrain. Beyond games, they are central to medical imaging such as CT and MRI scans, scientific and engineering visualization, and volumetric effects like smoke, fire, and clouds. Anywhere the interior of a volume matters, voxels are a strong fit.

Yes. Voxel data is commonly converted into a polygon mesh so it can be rendered in standard engines, using algorithms such as marching cubes or blocky meshing that turn filled cells into faces. The resulting mesh can then be textured, optimized, and used like any other model. This step bridges the volumetric voxel world with conventional polygon pipelines.

Meshy works with polygon meshes rather than voxels, but it offers a fast alternative to building models cube by cube. You can generate a detailed, textured mesh from a text prompt or image, then use the remesh feature to produce clean quad or triangle topology. That gives you a smooth, production-ready asset for the many cases where a blocky voxel look is not the goal.