View Revisions: Issue #29395 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing |
|
Revision |
2018-02-11 12:00 by kgv |
|
Steps To Reproduce |
bugs vis bug29395
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
|
|
Revision |
2018-02-06 00:20 by dipts |
|
Steps To Reproduce |
bugs vis bug29395 |
|
Revision |
2017-12-20 12:08 by dipts |
|
Steps To Reproduce |
I found no grid-related commands in DRAW. |