1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00
Files
occt/tests/opengl/data/raytrace/bug29395
2022-11-04 13:02:30 +03:00

24 lines
433 B
Plaintext

puts "=================="
puts "0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing"
puts "=================="
puts ""
pload VISUALIZATION
# Rectangular Grid
vclear
vinit View1
vraytrace 0
vgrid -type rectangular
vraytrace 1
checkcolor 198 197 0.5 0.5 0.5
vclose
# Circular Grid
vclear
vinit View1
vraytrace 0
vgrid -type circular
vraytrace 1
checkcolor 198 197 0.5 0.5 0.5