Octree works out to 128x128 as is, and performance seems very promising. Traversal or octree generation fixes will be next
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "util.hpp"
|
||||
#include <tuple>
|
||||
|
||||
#define OCT_DIM 32
|
||||
#define OCT_DIM 128
|
||||
|
||||
struct OctState {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user