PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

bbox: Added iota value to the scaled values to solve invalid bbox errors

Open ykhedar opened this issue 3 years ago • 3 comments

ykhedar avatar Feb 21 '22 18:02 ykhedar

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.

julienlau avatar Jun 27 '22 10:06 julienlau

Any reason why this patch wasn't merged? I faced the same issue as in #535, and this patch fixed it

h4k1m0u avatar May 24 '23 15:05 h4k1m0u

May I suggest this solution instead, which uses DBL_EPSILON instead of an arbitrary value. @ykhedar @m-schuetz

eduardohenriquearnold avatar Jun 09 '23 12:06 eduardohenriquearnold