0032237: Visualization, TKOpenGl - fix Gouraud shading within perspective camera...
[occt.git] / tests / bugs / vis / bug31315
CommitLineData
d850414a 1puts "============="
2puts "0031315: Visualization - marker texture is lost after multi-textured object"
3puts "============="
4
5pload MODELING VISUALIZATION
6vclear
7vinit View1
8box b 1 2 3
9vdisplay -dispMode 1 -highMode 1 b
10vtexture b -tex0 3 -tex1 4
11vfit
12vpoint p0 -1 0 0
13vaspects p0 -setMarkerSize 5
14if { [vreadpixel 15 310 -rgb -name] != "BLACK" } { puts "Error: Black color is expected" }
15
16vdump ${imagedir}/${casename}.png