mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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
354 B
Plaintext
21 lines
354 B
Plaintext
puts "============="
|
|
puts "0030713: Visualization, TKOpenGl - stipple line artifacts on Intel UHD Graphics 630"
|
|
puts "============="
|
|
|
|
pload MODELING VISUALIZATION
|
|
pload OPENGL
|
|
box b 1 2 3
|
|
vclear
|
|
vcaps -core
|
|
vinit View1
|
|
vglinfo
|
|
vdisplay -dispMode 0 b
|
|
vtop
|
|
vfit
|
|
vzoom 0.8
|
|
vaspects b -lineType DASH
|
|
vrotate 0 0 0.785
|
|
vfit
|
|
|
|
vdump ${imagedir}/${casename}.png
|