0030182: Visualization, Image_AlienPixMap - support reading encoded image from memory...
[occt.git] / tests / bugs / vis / bug21757
CommitLineData
809eca9d 1puts "==========="
2puts "OCC21757"
3puts "==========="
4puts ""
5################################################################################
6# Funny (giraffe-like) shading of torus meshed with specific parameters (WNT)
7################################################################################
8
9set BugNumber OCC21757
10
11vinit
12vsetdispmode 1
13vclear
14
15ptorus result 200 50 45
16incmesh result 0.4
17vdisplay result
18vfit
19
58cf74e0 20checkprops result -s 65069.2
21checkshape result
5747059b 22checkview -screenshot -3d -path ${imagedir}/${test_image}.png
809eca9d 23
24