What are Voxels and why are they so cool?

John Lin’s channel: Voxel graphics use a completely different way of modeling and rendering objects in games than we’re used to seeing in modern AAA games. A huge majority of video games use Polygons to render the visuals. These are millions of tiny triangles connected together to form surfaces. Voxels, or volumetric pixels, don’t use any triangles but are instead tiny cubes (3D pixels) grouped together to form objects that have actual volume. Voxels were mostly used in the 90s with games such as Outcast, but have barely evolved since, unlike Polygons which continue to push boundaries with projects like Unreal Engine 5. The only notable example of a recent Voxel based game is Teardown, but John Lin’s ray traced procedurally generated sandbox physics based voxel game looks promising.
Back to Top