mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
27 lines
538 B
Plaintext
27 lines
538 B
Plaintext
puts "========"
|
|
puts "0032507: Visualization, TKOpenGl - topmost text disappears with Graphic3d_RTM_DEPTH_PEELING_OIT enabled"
|
|
puts "========"
|
|
|
|
pload MODELING VISUALIZATION
|
|
|
|
vclear
|
|
vinit View1
|
|
|
|
box b 1 2 3
|
|
vdisplay b -dispMode 1
|
|
vaspects b -transparency 0.5
|
|
vfit
|
|
|
|
vlight headlight -display
|
|
vdisplay headlight -2d bottomright 120 50
|
|
vlight amblight -display
|
|
vdisplay amblight -2d bottomright 50 50
|
|
|
|
vrenderparams -perfCounters triangles
|
|
|
|
vdump $imagedir/${casename}_1.png
|
|
|
|
vrenderparams -oit peel
|
|
|
|
vdump $imagedir/${casename}_2.png
|