0032237: Visualization, TKOpenGl - fix Gouraud shading within perspective camera...
[occt.git] / tests / bugs / vis / bug1188
CommitLineData
61c421bf 1puts "================"
88b12b7c 2puts "0001188: Impossible to set background image for V3d_View"
61c421bf 3puts "================"
4puts ""
5
88b12b7c 6vinit View1
61c421bf 7
293211ae 8vbackground -image [locate_data_file OCC1188.gif]
88b12b7c 9if { [vreadpixel 200 200 rgb name] != "WHITE" } { puts "Error: image background is not set" }
61c421bf 10
88b12b7c 11vdump $imagedir/${casename}.png