1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug22507
ski 7faaccfd34 Added testing cases from grid CHL
Removing test duplicate
2013-02-22 14:52:42 +04:00

30 lines
605 B
Plaintext
Executable File

puts "============"
puts "OCC22507"
puts "============"
puts ""
#######################################################################
# Regression: shading of face is bad (wrong normals)
#######################################################################
set BugNumber OCC22507
restore [locate_data_file OCC22507-bug589_f77_badshading.brep] result
vinit
vdisplay result
vfit
vsetdispmode 1
set x 200
set y 220
set RED_R1 0.96470499038696289
set GREEN_R1 0.68627399206161499
set BLUE_R1 0.12156800180673599
vmoveto $x $y
checkcolor $x $y ${RED_R1} ${GREEN_R1} ${BLUE_R1}
set only_screen 1