voxelman/world/blocky
2022-02-09 13:34:24 +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 Add the new prop job setup to all 4 (3) VoxelWorlds. 2022-02-09 13:34:24 +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