57b9cea290012aa1d54184ba19ab45a5fb98f1d8
[occt.git] / tests / perf / single_object_wireframe / A5
1 puts "3D visualization performance tests"
2 puts "Panning V3d View with 1 AIS-object (+ AIS trihedron)"
3 puts "Object haves wireframe mode"
4
5
6 set D_y 10
7 for {set i 1} {$i < 30} {incr i} {
8     vpan 0 ${D_y}
9 }