Linux build working again, removed the GL_Testing stuff, I'm going to move to Vulkan eventually. Got voxel search working mostly with the new octree changes. Issue with mirroring of voxel data currently

This commit is contained in:
2017-07-02 12:36:25 -07:00
parent 04842dd597
commit 5e9401cd27
11 changed files with 72 additions and 303 deletions

View File

@@ -7,7 +7,7 @@
#include <sstream>
#include <string>
#include <imgui/imgui.h>
#include <cmath>
const double PI = 3.141592653589793238463;
const float PI_F = 3.14159265358979f;
@@ -268,4 +268,4 @@ inline bool IsLeaf(const uint64_t descriptor) {
}
return false;
}
}