0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / vis / bug25611_1
1 puts "========"
2 puts "OCC25611"
3 puts "========"
4 puts ""
5 ############################################################################
6 puts "Displaying \'zbufftrihedron\' interferes with \'vgraduatedtrihedron\'"
7 ############################################################################
8
9 set anImage $imagedir/${casename}.png
10
11 # enable FFP until bug-fix for GLSL
12 vcaps -ffp 1
13
14 vinit View1
15 psphere s 10
16 vdisplay s
17 vaxo
18 vfit
19 vsetdispmode s 1
20 vgraduatedtrihedron -on
21 vzbufftrihedron
22
23 vdump $anImage
24 vclear
25 vclose View1 
26