mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-18 07:10:54 +08:00
b8db9379fe
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.
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
puts "========"
|
|
puts "OCC24131 Markers using deprecated glBitmap"
|
|
puts "========"
|
|
|
|
pload VISUALIZATION
|
|
pload OPENGL
|
|
vcaps -sprites 0 -ffp 1
|
|
source $env(CSF_OCCTSamplesPath)/tcl/markers.tcl
|
|
vdump $imagedir/${casename}.png
|