Correction test cases for adequate behavior for platforms with OpenCL
[occt.git] / tests / v3d / raytrace / connected
CommitLineData
d5af8626 1puts "TODO ?OCC24130 Windows: TKOpenGl | Type\: Error | ID\: 0 | Severity\: High | Message\:"
2bc29cdf 2puts "TODO ?OCC24130 Debian60-64 Windows: OpenCL device info is unavailable!"
d5af8626 3
4puts "========"
5puts "Ray Tracing - check rendering of multi-connected structures"
6puts "========"
7
8# create boxes
9box b1 0 0 0 1 2 3
10box b2 3 0 0 3 2 1
11
12# draw box
13vinit View1
14vclear
15vsetdispmode 1
16vraytrace 0
17vaxo
18vconnectsh b1c -3 0 0 1 0 0 0 0 1 b1 b2
19vfit
20vrotate 0.2 0.0 0.0
21vclear
22vconnectsh b1c -3 0 0 1 0 0 0 0 1 b1 b2
23
24# take snapshot with fixed pipeline
25vdump $::imagedir/${::casename}_OFF.png
26
27# turn on ray tracing
28vraytrace 1
29vclinfo
30vdump $::imagedir/${::casename}_rt1.png
31
32vclear
33vconnectsh b1c -3 0 0 1 0 0 0 0 1 b1 b2