0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / vis / bug23709_4
CommitLineData
0a768f56 1puts "==========="
2puts "OCC23709"
3puts "==========="
4puts ""
5##################################
6# Redesign of hlrtest command
7##################################
8
9set x_coord 183
10set y_coord 267
11
12restore [locate_data_file bug23709_surfcone.brep] result
13vinit
14vdisplay result
15vrotate 35 0 0
16vfit
17vhlr on
18vhlrtype algo result
19
ccadc126 20vaspects -setwidth 5
21if { "[vreadpixel $x_coord $y_coord rgb name]" != "YELLOW" } {
22 puts "Error : color is not yellow"
23}
0a768f56 24
5747059b 25checkview -screenshot -3d -path ${imagedir}/${test_image}.png