0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug24996
1 puts "============"
2 puts "0024996: Visualization - newly displayed objects are clipped until first camera movement"
3 puts "============"
4 puts ""
5
6 box b1 0  0 0 1 2 3
7 box b2 3  2 1 1 2 3
8 box b3 5 -4 0 1 2 3
9
10 vclear
11 vinit View1
12 vaxo
13 vdisplay -dispMode 0 b1
14 vfit
15 vzoom 0.25
16 vdisplay -dispMode 0 b2 b3
17
18 vdump ${imagedir}/${casename}.png