0032237: Visualization, TKOpenGl - fix Gouraud shading within perspective camera...
[occt.git] / tests / bugs / vis / bug26790
CommitLineData
75c262a9 1puts "============"
2puts "OCC26790 apply view resolution to the line width"
3puts "============"
4puts ""
5pload VISUALIZATION
6
7vclear
8vclose all
9
10vinit View1
11
12box b0 1 2 3
13
14vdisplay b0
15vfit
16
17vdump $imagedir/${casename}_1.png
18
19vrenderparams -resolution 144
20
21vdump $imagedir/${casename}_2.png