<animationpath>.setAutoRotate

Turn automatic rotations on/off for the animation path

 

<animationpath>.setAutoRotate(
    mode = ON    

)

 

mode = ON

Either viz.ON or viz.OFF


Remarks

When automatic rotations is enabled Vizard will automatically rotate the animation path so that it points along its current trajectory. If you have specified rotation control points and enable automatic rotation, then your rotations will be ignored.

Return Value

None

Example

path = viz.addAnimationPath()
path.setAutoRotate()

See also

<animationpath>.setRotateMode