]> OCCT Git - occt.git/commit
0025400: Visualization, TKOpenGl - Structure disappears if assigned a non-default...
authorsan <san@opencascade.com>
Thu, 30 Oct 2014 08:57:09 +0000 (11:57 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 30 Oct 2014 08:58:22 +0000 (11:58 +0300)
commita0c202521de43253ab784c1eab31fa5f23067f43
treee846527877c9445196c51d8f2def375228f464bb
parent032d027214a6d9ec59b6cf420891f24f063ac08c
0025400: Visualization, TKOpenGl - Structure disappears if assigned a non-default Z layer

- BVH tree in the target Z layer was not updated when OpenGl_Structure
was moved to another Z layer.
- vpriority DRAW command added to test how BVH tree is updated when
display priority is changed
- Test case for Z layers and display priorities added

Handle -noupdate argument within vpriority command
src/OpenGl/OpenGl_LayerList.cxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx
tests/bugs/vis/bug25400 [new file with mode: 0644]