mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Added TKOpenGlTest and TKD3DHostTest Draw Harness plugins. TKOpenGlTest is automatically loaded by ViewerTest::ViewerInit(). Commands vgldebug, vvbo, vcaps and vuserdraw have been moved to TKOpenGlTest. New command vglshaders lists GLSL programs defined by OpenGl_GraphicDriver, previously implemented by "vshaderprog -list". Added new command vdriver for graphic driver selection. Removed erroneous code from command vstereo.
21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
puts "========"
|
|
puts "OCC25611"
|
|
puts "========"
|
|
puts ""
|
|
############################################################################
|
|
puts "Displaying \'zbufftrihedron\' interferes with \'vgraduatedtrihedron\'"
|
|
############################################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
|
|
vinit View1
|
|
psphere s 10
|
|
vdisplay s
|
|
vaxo
|
|
vfit
|
|
vsetdispmode s 1
|
|
vgraduatedtrihedron -on
|
|
vzbufftrihedron
|
|
|
|
vdump $anImage
|