![]() |
|
#1
|
|||
|
|||
|
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)
however the animation always starts at the beginning not at 600 seconds. Why not????? |
|
#2
|
|||
|
|||
|
answered my own question = you have to set
avatar.execute(1) not avatar.state(1) |
![]() |
| Tags |
| animation |
|
|