1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug26792
aba 91d9637224 0027536: Visualization - incorrect behavior of zoom persisted objects
1) Zoom persistence mode now fixes object in pixel coordinates and  is independent on view size

2) Used gp_GTrsf instead of gp_Trsf SelectMgr_ViewerSelector to store  Graphic3d_Mat4d

3) Zoom persisted objects changed behavior (become bigger) therefore test cases were updated according to new state.

4) Corrected scale for rectangular frustum

Updated test for manipulator
2016-06-09 12:29:09 +03:00

22 lines
547 B
Plaintext

puts "================================================================"
puts "CR26792"
puts "Visualization, Graphic3d - Z-fit support for transform persistence is missing after removing Visual3d_View"
puts "================================================================"
puts ""
vinit
vclear
vaxo
box b 50 50 50
vdisplay b -trsfPers zoom
vzoom 0.01
vzfit
checkcolor 204 184 1.0 1.0 0.0
checkcolor 238 205 1.0 1.0 0.0
checkcolor 275 182 1.0 1.0 0.0
checkcolor 239 184 1.0 1.0 0.0
checkview -screenshot -3d -path ${imagedir}/${test_image}.png