use controller for moving around a test plane

This commit is contained in:
2024-08-08 16:05:30 +10:00
parent fbff9b77fd
commit 477ce10e68
7 changed files with 314 additions and 9 deletions

View File

@ -11,6 +11,8 @@ add_executable(Voxelotl MACOSX_BUNDLE
NSImageLoader.swift
Renderer.swift
GameController.swift
Camera.swift
FPSCalculator.swift
Application.swift
main.swift)