puts "3D visualization performance tests"
puts "Redraw V3d View with 1 MeshVS_Mesh (+ AIS trihedron)"
puts "Object haves wireframe mode"


for {set i 1} {$i < 100} {incr i} {
    vrepaint
}
