0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug23123
CommitLineData
3bea4c16 1puts "============"
2puts "OCC23123"
3puts "============"
4puts ""
5#######################################################################
6# Bug/Regression in visualization of XDE documents in shaded mode
7#######################################################################
8
9set BugNumber OCC23123
10
11catch { pload XDE }
12
13ReadStep D [locate_data_file OCC23123-test.step]
14XShow D
15vfit
16vsetdispmode 1
17
ed97f43c 18puts "Point color test:"
19set x1 310
20set y1 225
21set r1 0.04
22set g1 0.04
23set b1 0.67
24
25checkcolor $x1 $y1 $r1 $g1 $b1
3bea4c16 26
5747059b 27checkview -screenshot -3d -path ${imagedir}/${test_image}.png
3bea4c16 28