#include "tetrahedronGenerator.hpp"
#include "voxelfilter.hpp" int main() {
// 1st reduce file size
voxelGridFilter("raktar.ply", 0.08f);
// 2nd write obj file with tetrahedrons
createTetrahedronModel("downsampled_raktar.ply");
return 0; }