WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   SetAnimationTime doesnt... (https://forum.worldviz.com/showthread.php?t=4682)

brunomartelli 07-18-2013 04:16 PM

SetAnimationTime doesnt...
 
hi i have this:

Code:

bill = viz.addAvatar('LandMan.cfg' )

bill.state(1)
bill.setPosition( 30000 , -50, 30000)
bill.setScale(50, 50, 50)
bill.setAnimationTime(1,600)

the animation is track 1, there is also 0 which is blank
however the animation always starts at the beginning not at 600 seconds.
Why not?????

brunomartelli 07-18-2013 04:30 PM

answered my own question = you have to set

avatar.execute(1)

not

avatar.state(1)


All times are GMT -7. The time now is 07:00 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC