0027986: Visualization - AIS_InteractiveContext::SetLocation() does not update dynami...
[occt.git] / tests / bugs / vis / bug25867
CommitLineData
8621cdc2 1puts "============"
2puts "OCC25867"
3puts "============"
4puts ""
5#################################################################################
6puts "Visualization, TKOpenGl - fix misprint in transformation persistence math"
7#################################################################################
8
9set anImage1 $imagedir/${casename}_1.png
10set anImage2 $imagedir/${casename}_2.png
11vinit
12box b1 -1 -1 -1 3 3 3
91d96372 13box b2 4 4 4 15 10 10
af65fb19 14vdisplay b1
15vdisplay b2 -trsfPers zoom -trsfPersPos 0 0 0
8621cdc2 16vfit
17vdump $anImage1
18
af65fb19 19vdisplay b2 -trsfPers zoom -trsfPersPos 1 1 1
8621cdc2 20vdump $anImage2