mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
OpenGl_Caps - flag ffpEnable is now initialized to false on desktop OpenGL. OpenGl_Context::init() - now prints error if OpenGL version does not support GLSL and switches OpenGl_Caps::ffpEnable to true. update test cases
27 lines
518 B
Plaintext
27 lines
518 B
Plaintext
puts "========"
|
|
puts "OCC25611"
|
|
puts "========"
|
|
puts ""
|
|
############################################################################
|
|
puts "Displaying \'zbufftrihedron\' interferes with \'vgraduatedtrihedron\'"
|
|
############################################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
|
|
# enable FFP until bug-fix for GLSL
|
|
vcaps -ffp 1
|
|
|
|
vinit View1
|
|
psphere s 10
|
|
vdisplay s
|
|
vaxo
|
|
vfit
|
|
vsetdispmode s 1
|
|
vgraduatedtrihedron -on
|
|
vzbufftrihedron
|
|
|
|
vdump $anImage
|
|
vclear
|
|
vclose View1
|
|
|