Skip to main content
1 of 2

Voxel Level Storage

I want to know some methods of storing the voxel data in a game like Infiniminer or Minecraft in a C++ program. What file types can do this easily? The voxel values will be big possibly a trillion by a trillion by a trillion blocks or larger. Can binary files handle so much data?