]> OCCT Git - occt-copy.git/commit
0029823: Visualization, TKOpenGl - highlighting by Bounding Box mistreats Local Trans... JT-12-WEEK37-BACK
authormnv <mnv@opencascade.com>
Mon, 2 Jul 2018 08:21:35 +0000 (11:21 +0300)
committerbugmaster <bugmaster@opencascade.com>
Sun, 8 Jul 2018 07:47:08 +0000 (10:47 +0300)
commit9bcbe17b21442f745c117c513e022c65e385c79e
treeb8d3640ae9a6c75ed4f931d52704011c62fc3cc4
parentb25b364ac248120862291d3292a3b61ea06671e5
0029823: Visualization, TKOpenGl - highlighting by Bounding Box mistreats Local Transformation

The problem when object transformation was applied to the bounding box twice has been fixed in OpenGl_Structure.
OpenGl_ShaderManager has been extended with GLSL program drawing bounding box.
OpenGl_Structure does not create extra Groups for drawing bounding box.
src/Graphic3d/Graphic3d_CStructure.hxx
src/Graphic3d/Graphic3d_Structure.cxx
src/OpenGl/OpenGl_ShaderManager.cxx
src/OpenGl/OpenGl_ShaderManager.hxx
src/OpenGl/OpenGl_Structure.cxx
src/OpenGl/OpenGl_Structure.hxx
tests/v3d/glsl/bndbox1 [new file with mode: 0644]