Adjusting test cases for current state of OCCT
[occt.git] / tests / bugs / vis / bug23813
CommitLineData
6c7ddf00 1## It's impossible to make vdump with non-default parameters (width and height) on remote PC
2puts "TODO ?OCC23813 Windows: Tcl Exception: Dumping failed!"
3puts "TODO ?OCC23813 Windows: TEST INCOMPLETE"
4
74706083 5puts "============"
6puts "OCC23813"
7puts "============"
8puts ""
9#######################################################################
10# TKOpenGl, OpenGl_Texture ignores stride image property
11#######################################################################
12
13file delete -force ${imagedir}/texture_412.png
14file delete -force ${imagedir}/texture_409.png
15
16box b 1 2 3
17vinit
18vsetdispmode 1
19vdisplay b
20vfit
21vdump ${imagedir}/texture_409.png rgb 409 409
22vdump ${imagedir}/texture_412.png rgb 412 412
23
24# texture loaded correctly
25vtexture b ${imagedir}/texture_412.png
26
27# texture is corrupted during uploading to OpenGL
28vtexture b ${imagedir}/texture_409.png
29
30set only_screen 1