]> OCCT Git - occt.git/commit
0030765: Visualization - Incorrect intersection with Select3D_SensitiveBox when clipp... IR-2019-06-07
authorage <age@opencascade.com>
Wed, 5 Jun 2019 09:30:01 +0000 (12:30 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 7 Jun 2019 12:02:39 +0000 (15:02 +0300)
commitd31fb73a09629de3be7dec93e712fa0197d7003d
tree8b6c1c732d054440281182c888db7a5c60ffd6db
parent8d2c79f4e3971ed6b67af3573dae2ea03506eb1d
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]