/ue5-voxel

A small voxel sandbox using the marching cubes algorithm.

Primary LanguageC++MIT LicenseMIT

Marching Cubes in Unreal Engine 5.4

Demo Image A small voxel sandbox using the marching cubes algorithm.

Uses FastNoiseLite to generate the initial voxel data and the DynamicMeshComponent to create the procedural mesh. Voxel materials are encoded in the vertex colors and blended together in the VoxelMaterial.