Radius is smaller then it should be
toffi3 opened this issue ยท 2 comments
This is happening because maxSamples
is being reached before maxRadius
is. In other words, no more samples can be taken, so the search stops even though the maximum radius has not yet been reached.
I'll look into raising the maximum configurable value for maxSamples
in the next update so it's possible to get closer to the maximum searchable radius.