Open topic with navigation
<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)