0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing
[occt.git] / tests / bugs / vis / bug22632
CommitLineData
24a88697 1puts "============"
2puts "OCC25632"
3puts "Display logarithmic colorscale."
4puts "============"
5puts ""
6
7vinit View1
8vclear
9vaxo
10
11# create non-logarithmic color scale with range 0-1000 and 3 intervals
12vcolorscale cs -range 0 1000 3
13vdump ${imagedir}/${casename}_1.png
14
15# create logarithmic color scale with range 1-1000 and 3 intervals
16vcolorscale cs -range 0 1000 3 -log 1
17vdump ${imagedir}/${casename}_2.png
18
19# create logarithmic color scales with different ranges and intervals
20vcolorscale cs -range 5 200 4
21vdump ${imagedir}/${casename}_3.png
22
23vcolorscale cs -range 1 1568 8
24vdump ${imagedir}/${casename}_4.png
25
26vcolorscale cs -range 3 500 5
27vdump ${imagedir}/${casename}_5.png
28
29vcolorscale cs -range 1 1000 6
30vdump ${imagedir}/${casename}_6.png
31