mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Custom Graphic3d_Structure implementation has been added to V3d_RectangularGrid and V3d_CircularGrid to trigger recompute in case of device lost. Primitive arrays are no more (re)computed while grid is not actually displayed.
24 lines
381 B
Plaintext
24 lines
381 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 r
|
|
vraytrace 1
|
|
checkcolor 198 197 0.5 0.5 0.5
|
|
vclose
|
|
|
|
# Circular Grid
|
|
vclear
|
|
vinit View1
|
|
vraytrace 0
|
|
vgrid c
|
|
vraytrace 1
|
|
checkcolor 198 197 0.5 0.5 0.5
|