voxfield
voxfield copied to clipboard
why limit the esdf error calculation?
in the code, you limit the esdf error calculation by 2*voxel_size, is there any reasons behind this calculation choice?
cur_error_dist = std::min( error_trunc_limit, std::max(-error_trunc_limit, cur_error_dist)); // NOLINT