VDB-EDT
VDB-EDT copied to clipboard
a small bug
the code of line 687 in vdbmap.cpp should be
if (cell_dist < 0 || cell_dist >= max_coor_sqdist_){ // unknown cells
continue;
}
Thanks for your report, I will check and fix it soon.