0028107: Visualization - provide a flexible interface to set custom hatch styles
[occt.git] / tests / bugs / vis / bug23804
CommitLineData
7389f96d 1puts "============"
2puts "CR23804"
3puts "============"
4puts ""
5
6############################################################
7# Unexpected color modulation during texture mapping
8############################################################
9
10box b 100 100 100
11vinit
12vdisplay b
13vfit
14vsetdispmode b 1
15vsetmaterial b plastic
16vdump $imagedir/${casename}_1.png
17
18vsetcolor b ANTIQUEWHITE
19vdump $imagedir/${casename}_2.png
20
21vtexture b 3
22vdump $imagedir/${casename}_3.png
23
24vsetcolor b ANTIQUEWHITE
25vdump $imagedir/${casename}_4.png