0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / multi_object_shading / A1
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Rotate V3d View with 27 AIS-object (+ AIS trihedron)"
3puts "Objects have shading mode"
4
5
6set A_z 0.1
7for {set i 1} {$i < 100} {incr i} {
8 vrotate 0 0 ${A_z}
9}