mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
puts "3D visualization performance tests"
|
|
puts "Panning V3d View with 1 MeshVS_Mesh (+ AIS trihedron)"
|
|
puts "Object haves shrink mode"
|
|
|
|
|
|
set D_y 10
|
|
for {set i 1} {$i < 30} {incr i} {
|
|
vpan 0 ${D_y}
|
|
}
|