Final Commit for now

This adds model support, AABB, and other optimisations
This commit is contained in:
2024-11-09 21:03:54 +01:00
parent 18845abe1c
commit a83ecb32bb
10 changed files with 558 additions and 302 deletions

10
.gitignore vendored
View File

@@ -18,6 +18,9 @@ bld/
# Visual Studio
.vs/
# Clion
.idea
# Do not ignore libs
!project/libs/**
@@ -27,4 +30,9 @@ bld/
*.ipr
*.iws
*.iws.*
cmake-build-debug/**
cmake-build-debug/**
cmake-build-default/**
cmake-build-minsizerel/**
cmake-build-relwithdebinfo/**
cmake-build-release/**