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