]> OCCT Git - occt-copy.git/commit
0030765: Visualization - Incorrect intersection with Select3D_SensitiveBox when clipp...
authorage <age@opencascade.com>
Wed, 5 Jun 2019 09:30:01 +0000 (12:30 +0300)
committermgn <mgn@opencascade.com>
Fri, 7 Jun 2019 08:49:28 +0000 (11:49 +0300)
commitc00c6e7956d446b66468a39ed3e78385400f07fd
treee4433289dd972e23deb667a40cbc81cc85e853c3
parent2cfc6a5d6b81cd2e29e9a5c41c1d0cd7429869ad
0030765: Visualization - Incorrect intersection with Select3D_SensitiveBox when clipping is turned on

SelectMgr_RectangularFrustum::Overlaps method for computing intersection of box with frustum was reworked. Now the nearest non-clipped point is calculated.
src/SelectMgr/SelectMgr_RectangularFrustum.cxx
src/SelectMgr/SelectMgr_ViewClipRange.hxx
tests/v3d/point_cloud/sensitivebox [new file with mode: 0644]