mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
22 lines
547 B
Plaintext
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
|