![]() |
![]() |
|
|||||||
| Avizo main forum This is where you can find all the general discussions about Avizo. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
does anyone know how to reduce the animation speed of ISL beyond "1"? In the console, Code:
DisplayISL setAnimationSpeed 1 When I use something like Code:
DisplayISL setAnimationSpeed .5 Am I missing something or is this a bug in Avizo? Regards, Rainer |
|
#2
|
|||
|
|||
|
setAnimationSpeed sets an integer time increment, therefore it casts its parameter to integer (0.5 -> 0). Value may be negative.
For controlling appearant speed of streamline animations, you may also combine values of these ports: - length - step size - fade factor For instance for slowing down, on may decrease step size and increase length accordingly if needed. Changing the fade factor can easily change appearant animation speed for given step size and length. Daniel |
![]() |
| Thread Tools | |
| Display Modes | |
|
|