PotreeConverter
PotreeConverter copied to clipboard
bbox: Added iota value to the scaled values to solve invalid bbox errors
Solves https://github.com/potree/PotreeConverter/issues/535
As said in the ticket, iota
should be based on machine epsilon not on this value that may be too high for some use cases.
Any reason why this patch wasn't merged? I faced the same issue as in #535, and this patch fixed it
May I suggest this solution instead, which uses DBL_EPSILON
instead of an arbitrary value. @ykhedar @m-schuetz