add VoxelStructure lua usertype

This commit is contained in:
MihailRis
2024-09-19 18:41:34 +03:00
parent bf9f81a98c
commit 88b0f8e3d6
17 changed files with 180 additions and 60 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <string>
#include "typedefs.hpp"
#include "maths/Heightmap.hpp"
enum class InterpolationType {
NEAREST,