0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping
[occt.git] / tests / bugs / vis / bug29127
CommitLineData
c8fe0e2d 1puts "============"
2puts "0029127: Visualization - V3d_View::ToPixMap() crashes on tiled rendering without FBO"
3puts "============"
4puts ""
5
6pload MODELING VISUALIZATION
7box b 1 2 3
7f83633f 8
c8fe0e2d 9# request software OpenGL implementation - which is OpenGL 1.1 in case of Windows
10# (test case is useless for other systems)
11vcaps -softMode 1
7f83633f 12
13# disable FPE signals -- these often occur in software OpenGL drivers
14dsetsignal 0
15
c8fe0e2d 16vclear
17vinit View1
18vsetdispmode 1
19vdisplay b
20vfit
21vdump $::imagedir/${::casename}_409.png -buffer rgb -width 409 -height 409
22vdump $::imagedir/${::casename}_412.png -buffer rgb -width 412 -height 412 -tileSize 409
23vdump $::imagedir/${::casename}_500.png -buffer rgb -width 500 -height 500 -tileSize 300