0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / vis / bug26975
CommitLineData
ad2a55b2 1puts "============"
2puts "CR26975"
3puts "============"
4puts ""
5
6##########################################################################################
7puts "Visualization, TKOpenGl - handle triangle strips correctly within Ray-Tracing core"
8##########################################################################################
9
10pload MODELING VISUALIZATION
11vclear
12vinit View1
13vraytrace 0
14vdrawparray s trianglestrips v 0 0 0 n 0 0 1 v 0 2 0 n 0 0 1 v 2 0 0 n 0 0 1 v 2 2 0 n 0 0 1
15vfit
16
17vdump $imagedir/${casename}_rt_off.png
18
19vraytrace 1
20
21vdump $imagedir/${casename}_rt_on.png
22
23set color [vreadpixel 250 250 rgb name]
24puts $color
25if { $color == "BLACK" } {
26 puts "ERROR: CR26975 is reproduced. Triangle strips incorrect within Ray-Tracing core."
27}