0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
[occt.git] / tests / bugs / vis / bug21757_1
CommitLineData
6fcb77aa 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
15# variant 1: mesh explicitly
16ptorus result 200 50 45
17incmesh result 0.4
18vdisplay result
19vfit
20checkcolor 200 200 0.89 0.63 0.109
21
5747059b 22checkview -screenshot -3d -path ${imagedir}/${test_image}.png
6fcb77aa 23