mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
AIS_Shape and AIS_ColoredShape now computes Shaded presentation with UV coordinates if texture mapping is enabled in Drawer. OpenGl_Context::SetTextureMatrix() - fixed inconsistent handling of texture cooridnates translation vector. vtexture command has been extended to handle new arguments: * -trsfTrans, -trsfScale, -trsfAngle defining transformation matrix * -setFilter, -setAnisoFilter to setup texture filtering
27 lines
537 B
Plaintext
27 lines
537 B
Plaintext
puts "============"
|
|
puts "CR23804"
|
|
puts "============"
|
|
puts ""
|
|
|
|
############################################################
|
|
# Unexpected color modulation during texture mapping
|
|
############################################################
|
|
|
|
box b 100 100 100
|
|
vinit
|
|
vdisplay b
|
|
vfit
|
|
vsetdispmode b 1
|
|
vsetmaterial b plastic
|
|
vdump $imagedir/${casename}_1.png
|
|
|
|
vsetcolor b ANTIQUEWHITE
|
|
vdump $imagedir/${casename}_2.png
|
|
|
|
vunsetcolor b
|
|
vtexture b 3
|
|
vdump $imagedir/${casename}_3.png
|
|
|
|
vsetcolor b ANTIQUEWHITE
|
|
vdump $imagedir/${casename}_4.png
|