]> OCCT Git - occt.git/commit
0032752: Visualization, TKOpenGl - extend V3d_View::ToPixMap() options with Z-layer CR0-IR-2024-05-17 IR-2024-05-17
authordrochalo <diogo.lopes@opencascade.com>
Fri, 3 Nov 2023 10:48:11 +0000 (10:48 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Sun, 19 May 2024 15:03:09 +0000 (16:03 +0100)
commit4c8faa5e2dd0d3e4bd7039c908016d8204889c09
tree0f83203ba44b8f6cc68a04081d7aff7d95600841
parent65d8eece350df6e92710f64687f2dc1cabb9edbd
0032752: Visualization, TKOpenGl - extend V3d_View::ToPixMap() options with Z-layer

Added option to dump only a selection of zlayer's content.
Changed zlayers redraw and render method for selection of layers to render.
Added filters for layer parsing.
Modified vdump command.
Added test with multiple dumps for comparison.
Added option to dump shadow maps.
14 files changed:
src/Graphic3d/Graphic3d_BufferType.hxx
src/Graphic3d/Graphic3d_CView.cxx
src/Graphic3d/Graphic3d_CView.hxx
src/OpenGl/OpenGl_FrameBuffer.cxx
src/OpenGl/OpenGl_LayerFilter.hxx
src/OpenGl/OpenGl_LayerList.cxx
src/OpenGl/OpenGl_LayerList.hxx
src/OpenGl/OpenGl_View.cxx
src/OpenGl/OpenGl_View.hxx
src/V3d/V3d_ImageDumpOptions.hxx
src/V3d/V3d_View.cxx
src/V3d/V3d_View.hxx
src/ViewerTest/ViewerTest.cxx
tests/v3d/bugs/bug32752 [new file with mode: 0644]