1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug24728
kgv be3752526f 0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
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
2016-07-28 15:14:12 +03:00

18 lines
345 B
Plaintext

puts "============"
puts "CR24728"
puts "============"
puts ""
############################################################
# Test image dumping with software accelerated GL context
############################################################
vcaps -softMode 1 -ffp 1
vinit View1
box b 1 2 3
vdisplay b
vfit
vdump $imagedir/${casename}.png