mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-10 12:25:50 +03:00
Objects with transform persistence are detected as non ray-tracable and redered using the rasterization approach. The renderFiltered() method moved to the OpenGl_Group class. v3d/raytrace/bug27130: test case added
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
puts "============"
|
|
puts "0027130: Visualization, Ray tracing - skip structures with transformation persistence flag"
|
|
puts "============"
|
|
puts ""
|
|
|
|
pload VISUALIZATION MODELING
|
|
|
|
vinit View1
|
|
vsetdispmode 1
|
|
|
|
restore [locate_data_file face1.brep] f
|
|
vdisplay f
|
|
box b1 25 25 25
|
|
vdisplay b1 -trsfPers zoom -trsfPersPos 0 0 0
|
|
|
|
vraytrace 1
|
|
vfit
|
|
vdump ${imagedir}/${casename}.png
|