using the new ray casting implementation

This commit is contained in:
devZoGok
2023-11-04 17:41:15 +02:00
parent acc5ad325b
commit 4a9e9bd4c9
6 changed files with 15 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <model.h>
#include <material.h>
#include <quaternion.h>
#include <ray.h>
#include <rayCaster.h>
#include <stateManager.h>