mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08: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
|