![]() |
#2
|
|||
|
|||
Hi,
Are you executing your moveIt2 function as a director function? If not then your function will stall the graphics frame until it is finished. To execute your code as a director function do the following: Code:
viz.director(moveIt2) |
|
|