0025687: Visualization, XCAF - eliminate visual artifacts at the edges of faces
[occt.git] / tests / bugs / vis / bug25251
CommitLineData
61aa7f3d 1puts "============"
2puts "OCC25251"
3puts "============"
4puts ""
5####################################################################################
6# Visualization - Vertex disappearing from the view after switching display mode
7####################################################################################
8
9set check_x 204
10set check_y 204
11
12set x 100
13set y 100
14
15vinit
16
17vertex v 0 0 0
18vdisplay v
19checkcolor ${check_x} ${check_y} 1 1 0
20
21vmoveto ${check_x} ${check_y}
22checkcolor ${check_x} ${check_y} 0 1 1
23
24vsetdispmode 1
25vmoveto ${check_x} ${check_y}
26checkcolor ${check_x} ${check_y} 1 1 0
27
28vmoveto ${x} ${y}
29checkcolor ${check_x} ${check_y} 1 1 0
30
31vdump ${imagedir}/${casename}.png