0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / vis / bug26599
1 puts "============"
2 puts "CR26599"
3 puts "============"
4 puts ""
5
6 ##########################################################################################
7 # Visualization, TKOpenGl - gradient background should reset model transformation in Core profile
8 ##########################################################################################
9
10 vcaps -ffp 0
11
12 vinit View1
13 vclear
14 vaxo
15
16 vsetgradientbg 255 0 0 0 0 255 2
17 box b 1 2 3
18 vdisplay b
19
20 vfit
21
22 vlocrotate b 0 0 0 0 0 1 50
23
24 vmoveto 380 50
25 checkcolor 380 50 0.87450981140136719 0 0.12156862765550613
26
27 vdump ${imagedir}/${casename}.png