mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
OpenGl_Layer::Remove() now tries to remove object from myAlwaysRenderedMap if it was not removed from other groups.
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
puts "==========="
|
|
puts "OCC28093"
|
|
puts "Visualization - access violation on removal of dynamic highlighting after device loss"
|
|
puts "==========="
|
|
puts ""
|
|
|
|
pload MODELING VISUALIZATION
|
|
box b 1 2 3
|
|
vclear
|
|
vinit View1
|
|
vdisplay -dispMode 1 -highMode 1 b
|
|
vfit
|
|
|
|
vmoveto 250 250
|
|
vraytrace 1
|
|
vmoveto 400 400
|
|
|
|
vdump $imagedir/${casename}.png
|