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