Vizard 7 » Command Index » Vizard objects » node3d » <node3d:avatar>.speed
7.6

<node3d:avatar>.speed

This action sets the speed of the avatar

<node3d:avatar>.speed(  
value  
)  
value
How much to speed up the animation by.

Remarks

Use this action to speed up or slow down the avatars animations

Return Value

None

Example

avatar = viz.add('vcc_male.cfg')
# Make the animations twice as fast
avatar.speed(2)