This commit is contained in:
2024-07-05 22:48:51 -04:00
parent 37301b1dc4
commit 4091b1281f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
namespace Occlusion {
//TODO
bool frustumCull(Camera* camera, Entity* entity) { return false; }
bool frustumCull(Camera* camera, Entity* entity);
}

View File

@@ -2,4 +2,4 @@
#include <Redacted3D/types/entity/entity.h>
//bool Occlusion::frustumCull(Camera* camera, Entity* entity) {}
bool Occlusion::frustumCull(Camera* camera, Entity* entity) { return false; }