mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
puts "========"
|
|
puts "OCC29651"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
# ViewerTest - vtexture command crashes
|
|
##########################################
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
box b 1 2 3
|
|
vdisplay b
|
|
vfit
|
|
vtexture b 0
|
|
vtexture b off
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|