mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
testdiff now looks for "IMAGE_COLOR_TOLERANCE: Tol" statements in log to execute diffimage with -toleranceOfColor Tol parameter. Image difference is first performed with 0 tolerance and then optionally with non-zero tolerance, so that the log always includes information that some images are different, but with two different messages: - "IMAGE differs" for images failed comparison; - "IMAGE is similar" for images passed comparison only with non-zero tolerance. v3d/materials - disabled MSAA and removed duplicate. demo/samples/materials - compare screenshots with 0.8% color tolerance (2/255).
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
puts "========="
|
|
puts "0024872: Support of emission color in Phong shader and ray-tracing"
|
|
puts "Test emission material within Phong rasterization model"
|
|
puts "========="
|
|
puts ""
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/materials.tcl
|
|
vrenderparams -shadingModel PHONG -msaa 0
|