Posted November 07, 2024 by Yunasawa
#voxel #optimization #renderer
📌 Bases:
✦ Completed base data for Voxel, Chunk and Map system.
📌 Renderers:
✦ Completed Chunk Renderer (render voxels in chunk) and Map Renderer (render chunks in map).
📌 Optimizations:
✦ Added voxel data optimization method using Bit-Packing.
✦ Added mesh optimization algorithms such as Occlusion Culling and Greedy Meshing.