0025974: Visualization - fix misprints in method naming of Graphic3d_GraduatedTrihedron
[occt.git] / tests / bugs / vis / bug23484_1
CommitLineData
e1c659da 1puts "============"
2puts "OCC23484"
3puts "============"
4puts ""
5############################################################################################
6puts "Visualization, TKOpenGl - primitive arrays to become the only way to render geometry"
7puts "Tests wireframe trihedron rendering with primitive arrays"
8############################################################################################
9
10set anImage1 $imagedir/${casename}_1.png
11set anImage2 $imagedir/${casename}_2.png
12
13vinit View1
14vfit
15vaxo
16
536d98e2 17vzbufftrihedron -scale 0.1 -type wireframe -position left_lower
e1c659da 18vdump $anImage1
19
536d98e2 20vzbufftrihedron -scale 0.1 -type wireframe -position center
e1c659da 21vdump $anImage2
22
23vclear