PDA

View Full Version : DisplayISL Animation Speed


Kalidor
27th September 2010, 13:46
Hello,

does anyone know how to reduce the animation speed of ISL beyond "1"?

In the console,
DisplayISL setAnimationSpeed 1
is the slowest I can set.
When I use something like
DisplayISL setAnimationSpeed .5
the animation simply freezes.

Am I missing something or is this a bug in Avizo?

Regards,
Rainer

Daniel Lichau
28th September 2010, 10:05
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