diff options
author | nathan <nathan@disroot.org> | 2025-07-17 07:05:53 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-17 07:05:53 +0000 |
commit | 0d2212978cf0198f02b48d1fe8cbaa3b3706682c (patch) | |
tree | 6e139120147cd9f65163dc1dc870e7ae05af6739 /src/world.h | |
parent | 5dd8a98ebfaea93e5542e0e149f9df9ebcac9ef4 (diff) | |
download | FindThings-0d2212978cf0198f02b48d1fe8cbaa3b3706682c.tar.gz FindThings-0d2212978cf0198f02b48d1fe8cbaa3b3706682c.tar.bz2 FindThings-0d2212978cf0198f02b48d1fe8cbaa3b3706682c.zip |
A little more betters lol (:
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h index 21f5aec..39abb38 100644 --- a/src/world.h +++ b/src/world.h @@ -5,8 +5,8 @@ #ifndef WORLD_H #define WORLD_H -#define BVH_MAX 2 // Max entities per node. -#define BVH_MAX_BRANCH_COUNT 4 +#define BVH_MAX 4 // Max entities per node. +#define BVH_MAX_BRANCH_COUNT 8 #define BVH_BOX_MAX 100.0 #define WORLD_ENTITY_MAX 1000 |