mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08:00
- Moved tcl samples to resource folder. - Clean up cmake from samples related settings. - Removed CSharp samples from the repository. - Removed MFC samples from the repository. - Removed Qt samples from the repository. - Removed Inspector samples from the repository. - Removed glwin samples from the repository. - Removed webgl samples from the repository. - Removed xaml samples from the repository. - Removed Java samples from the repository.
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
puts "========"
|
|
puts "OCC24131 Markers using GLSL programs in Compatible Profile"
|
|
puts "========"
|
|
|
|
pload VISUALIZATION
|
|
vcaps -compatibleProfile -sprites 1 -ffp 0
|
|
source $env(CSF_OCCTResourcePath)/samples/tcl/markers.tcl
|
|
vdump $imagedir/${casename}.png
|