implement parallel chunk mesh building

This commit is contained in:
Alex Zenla
2024-09-03 09:48:29 -04:00
parent 94ae0c26b1
commit cfb985cff6
4 changed files with 55 additions and 9 deletions

View File

@ -54,6 +54,7 @@ add_executable(Voxelotl MACOSX_BUNDLE
# Game logic classes
Chunk.swift
ChunkGeneration.swift
ChunkMeshGeneration.swift
WorldGenerator.swift
CubeMeshBuilder.swift
ChunkMeshBuilder.swift