0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / vis / bug27337
CommitLineData
d9e72440 1puts "================"
2puts "0027337: \[Regression vs. 6.9.1\] Selection highlight is poor in ray traced mode with FSAA"
3puts "================"
4
5pload MODELING VISUALIZATION
6box b 10 10 10
7vdisplay b
8vsetdispmode 1
9vfit
10vrenderparams -rayTrace -fsaa
11vmoveto 200 200
12
13puts "Check result by color in the middle of the top face:"
14puts "should be color of shading and not of highlight (blue)"
15checkcolor 205 100 0.64 0.56 0.08
16
17puts "Check result by image: selection highlight should show only visible edges"
18checkview -screenshot -3d -path ${imagedir}/${test_image}.png