voxelman/world/blocky
2023-01-09 01:16:03 +01:00
..
voxel_chunk_blocky.cpp Also renamed the channel-related methods in VoxelChunk. 2020-10-27 12:45:15 +01:00
voxel_chunk_blocky.h Remove create_mesher and _create_mesher from chunks. Mesher creating now should be handled by the world itself in _create_chunk. This makes worlds able to use different chunk mesher setups for different parts of a world. Also this cust down the amount of classes that you need to create if you are implementing a new mesher. 2020-10-06 19:43:49 +02:00
voxel_world_blocky.cpp Work on fixing compile. 2023-01-09 01:16:03 +01:00
voxel_world_blocky.h Created a default version from world, and the mesher. Also added a BuildFlags enum to VoxelChunkDefault. Converted a few properties to use this. 2020-04-06 13:41:45 +02:00