0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / vis / bug29395
CommitLineData
5f6e3a07 1puts "=================="
2puts "0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing"
3puts "=================="
4puts ""
5
6pload VISUALIZATION
7
8# Rectangular Grid
9vclear
10vinit View1
11vraytrace 0
79931835 12vgrid -type rectangular
5f6e3a07 13vraytrace 1
14checkcolor 198 197 0.5 0.5 0.5
15vclose
16
17# Circular Grid
18vclear
19vinit View1
20vraytrace 0
79931835 21vgrid -type circular
5f6e3a07 22vraytrace 1
23checkcolor 198 197 0.5 0.5 0.5