voxelman/meshers/marching_cubes
2020-10-02 23:47:39 +02:00
..
marching_cubes_cell_data.cpp Turned the Transvoxel mesher into a MarchingCubes mesher. Removed the parts that weren't used. 2020-06-12 17:59:04 +02:00
marching_cubes_cell_data.h Turned the Transvoxel mesher into a MarchingCubes mesher. Removed the parts that weren't used. 2020-06-12 17:59:04 +02:00
marching_cubes_tables.cpp Turned the Transvoxel mesher into a MarchingCubes mesher. Removed the parts that weren't used. 2020-06-12 17:59:04 +02:00
marching_cubes_tables.h Turned the Transvoxel mesher into a MarchingCubes mesher. Removed the parts that weren't used. 2020-06-12 17:59:04 +02:00
voxel_mesher_marching_cubes.cpp Removed the old meshing implementation, and replaced most logic to the new one. The code compiles, but it won't work for now. Also other cleanups. 2020-10-02 23:47:39 +02:00
voxel_mesher_marching_cubes.h Moved the texture scale property to VoxelMesher. 2020-08-25 23:09:41 +02:00