0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
[occt.git] / tests / bugs / vis / bug25867
1 puts "============"
2 puts "OCC25867"
3 puts "============"
4 puts ""
5 #################################################################################
6 puts "Visualization, TKOpenGl - fix misprint in transformation persistence math"
7 #################################################################################
8
9 set anImage1 $imagedir/${casename}_1.png
10 set anImage2 $imagedir/${casename}_2.png
11 vinit
12 box b1 -1 -1 -1 3 3 3
13 box b2 4 4 4 15 10 10
14 vdisplay b1
15 vdisplay b2 -trsfPers zoom -trsfPersPos 0 0 0
16 vfit
17 vdump $anImage1
18
19 vdisplay b2 -trsfPers zoom -trsfPersPos 1 1 1
20 vdump $anImage2