0025931: Visualization - Possibility to initialize an environment texture by Image_Pi...
[occt.git] / tests / perf / single_object_selection / B5
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Interactive selection of whole interactive object by rectangular selection for AIS-object"
3puts "Object haves shading mode"
4
5
6vsetdispmode 1
7
8dchrono tmr start
9
10set x1 225; set y1 235; set x2 270; set y2 190
11set x11 5; set y11 5
12
13for {set i 1} {$i < 100} {incr i} {
14 vselect $x1 $y1 $x2 $y2 1
15 vselect $x11 $y11
16}