mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
OpenGl_Context::BindTextures() now iterates over pair of texture sets considering inconsistent texture unit ranges.
17 lines
425 B
Plaintext
17 lines
425 B
Plaintext
puts "============="
|
|
puts "0031315: Visualization - marker texture is lost after multi-textured object"
|
|
puts "============="
|
|
|
|
pload MODELING VISUALIZATION
|
|
vclear
|
|
vinit View1
|
|
box b 1 2 3
|
|
vdisplay -dispMode 1 -highMode 1 b
|
|
vtexture b -tex0 3 -tex1 4
|
|
vfit
|
|
vpoint p0 -1 0 0
|
|
vaspects p0 -setMarkerSize 5
|
|
if { [vreadpixel 15 310 -rgb -name] != "BLACK" } { puts "Error: Black color is expected" }
|
|
|
|
vdump ${imagedir}/${casename}.png
|