mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
prep for chunk meshing
This commit is contained in:
@ -36,6 +36,7 @@ add_executable(Voxelotl MACOSX_BUNDLE
|
||||
# Renderer classes
|
||||
Renderer/Material.swift
|
||||
Renderer/Environment.swift
|
||||
Renderer/Mesh.swift
|
||||
Renderer/Renderer.swift
|
||||
|
||||
# Input wrappers
|
||||
@ -44,6 +45,7 @@ add_executable(Voxelotl MACOSX_BUNDLE
|
||||
Input/Mouse.swift
|
||||
|
||||
# Core utility classes
|
||||
CubeMeshBuilder.swift
|
||||
Color.swift
|
||||
Camera.swift
|
||||
FPSCalculator.swift
|
||||
|
Reference in New Issue
Block a user