overhauled physics engine

This commit is contained in:
Dynamitos
2023-01-21 18:43:21 +01:00
parent 3c7346cf7b
commit 2208ab438a
164 changed files with 22606 additions and 928 deletions
@@ -2,6 +2,8 @@ target_sources(Engine
PRIVATE
BasePass.h
BasePass.cpp
DebugPass.h
DebugPass.cpp
DepthPrepass.h
DepthPrepass.cpp
LightCullingPass.h
@@ -21,6 +23,7 @@ target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
BasePass.h
DebugPass.h
DepthPrepass.h
LightCullingPass.h
MeshProcessor.h