un-hardcode various render properties (environment, material)

This commit is contained in:
2024-08-25 14:49:07 +10:00
parent 7a417e0701
commit 428b142bf2
8 changed files with 85 additions and 37 deletions

View File

@ -57,6 +57,8 @@ public class Application {
printErr("Renderer init error: unexpected error")
}
self.del.create(renderer!)
lastCounter = SDL_GetPerformanceCounter()
return .running
}