]> OCCT Git - occt.git/commit
0031650: Visualization - invalid picking of object with local transformation and...
authorkgv <kgv@opencascade.com>
Sat, 4 Jul 2020 11:37:05 +0000 (14:37 +0300)
committerbugmaster <bugmaster@opencascade.com>
Mon, 6 Jul 2020 15:31:14 +0000 (18:31 +0300)
commit72e9e86732a54e8538793542afd869dd87232a9e
tree66ea4b850cd61d90eda484169f0d53805a259b18
parent3e9c1d1e5a44ee82aa4430a797fd6832afe8afee
0031650: Visualization - invalid picking of object with local transformation and per-object clipping plane

SelectMgr_SelectingVolumeManager::SetViewClipping() now updates clipping range
using picking ray in world coordinates, as clipping planes are always defined in world space.
src/SelectMgr/SelectMgr_SelectingVolumeManager.cxx
src/SelectMgr/SelectMgr_SelectingVolumeManager.hxx
src/SelectMgr/SelectMgr_ViewerSelector.cxx
src/SelectMgr/SelectMgr_ViewerSelector3d.cxx
tests/bugs/vis/bug31650 [new file with mode: 0644]