0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / opengl / data / textures / bug23804
1 puts "============"
2 puts "CR23804: Unexpected color modulation during texture mapping"
3 puts "============"
4 puts ""
5
6 pload MODELING VISUALIZATION
7 box b 100 100 100
8 vinit View1
9 vdisplay b
10 vfit
11 vsetdispmode b 1
12 vsetmaterial b plastic
13 vdump $imagedir/${casename}_1.png
14
15 vsetcolor b ANTIQUEWHITE
16 vdump $imagedir/${casename}_2.png
17
18 vunsetcolor b
19 vtexture b 3
20 vdump $imagedir/${casename}_3.png
21
22 vsetcolor b ANTIQUEWHITE
23 vdump $imagedir/${casename}_4.png