Vojtech Bubnik 1c76df89ea Fix of paint on supports don't work for object that has been scaled up #6718
The triangle-ray intersection function used a hard coded epsilon,
which did not work for triangle meshes, that were either too small
or too large. Newly the epsilon may be provided to the AABBTreeIndirect
search functions externally and IndexedMesh calculates a suitable
epsilon on demand from an average triangle mesh edge length.
2021-08-27 21:04:18 +02:00
..
2019-06-05 15:50:27 +02:00
2021-04-30 11:49:57 +02:00
2021-04-07 12:51:02 +02:00
2021-06-08 10:28:23 +02:00
2021-08-18 16:51:14 +02:00