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