3D Voxel Terrain

I’ve hit a small milestone! I’ve gotten voxel (3d pixel) terrain working in my game engine! The height maps from last post are used generate some placeholder terrain, which are then saved to chunk files (where a chunk is 32x32xHEIGHT blocks). Moving around in the 3d space creates a “viewable” radius of the world around […]