mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +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.
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
puts "Test visual properties of materials in 3d viewer"
|
|
|
|
puts "Workaround instability on GeForce cards with MSAA at semitransparent sphere"
|
|
puts "IMAGE_COLOR_TOLERANCE: 0.008"
|
|
|
|
source $env(CSF_OCCTResourcePath)/samples/tcl/materials.tcl
|
|
|
|
# make a snapshot
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|