mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
Adding procedures checkcolor and checkpoint. Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d Allow using command QAAISGetPixelColor2d on WNT Rename test case tests/bugs/vis/bug19619 to pro19619 Added test cases to modalg and moddata
19 lines
548 B
Plaintext
Executable File
19 lines
548 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC128"
|
|
puts "================"
|
|
###############################################################
|
|
## The shading is false: objects seem to be situated in front of the others while they are behind.
|
|
###############################################################
|
|
|
|
set x_coord 171
|
|
set y_coord 171
|
|
|
|
vinit
|
|
OCC128
|
|
QASetViewCharac 4.9487928 89.23589 4.1505 0.7329295 0.59461397 0.33052679 -0.536849 0.2071041 0.81786 71.971878 -17.250309 33.509651
|
|
QAUpdateLights
|
|
|
|
checkcolor $x_coord $y_coord 0.43 0.48 0.54
|
|
|
|
set only_screen 1
|