voxelman/meshers/cubic_mesher/voxel_mesher_cubic.cpp

11 lines
121 B
C++
Raw Normal View History

2019-07-13 22:03:23 +02:00
#include "voxel_mesher_cubic.h"
VoxelMesherCubic::VoxelMesherCubic() {
}
void VoxelMesherCubic::_bind_methods() {
2019-07-13 22:03:23 +02:00
}