voxelman/world/default
2020-10-26 18:29:05 +01:00
..
voxel_chunk_default.cpp Same change to the collider-related method in VoxelChunk. 2020-10-26 17:24:22 +01:00
voxel_chunk_default.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_default.cpp Same treatment to jobs in VoxelChunk. 2020-10-26 18:29:05 +01:00
voxel_world_default.h My mesh utils module is now an optional dependency. The terrarin job will use it to simplify meshes over lod level 4. 2020-10-20 16:29:39 +02:00