Adding AABB to meshlets

This commit is contained in:
Dynamitos
2023-12-11 14:45:37 +01:00
parent eceb0f6bcc
commit 3feb331927
17 changed files with 63 additions and 51 deletions
+2
View File
@@ -1,5 +1,6 @@
target_sources(Engine
PRIVATE
AABB.h
Math.h
Matrix.h
Transform.h
@@ -10,6 +11,7 @@ target_sources(Engine
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
AABB.h
Math.h
Matrix.h
Transform.h