![]() |
#2
|
|||
|
|||
The state method has an optional delay argument to specify how long it will take to fully blend in the new state and blend out the old one to give a smooth transition. In the following, press the spacebar and after 2 seconds animation 5 will be blended in.
Code:
import viz viz.go() male = viz.add('vcc_male.cfg', pos = [0,0,5], euler = [180,0,0]) male.state(1) vizact.onkeydown(' ', male.state,5,2) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
animation sequence | Andy | Vizard | 1 | 10-01-2009 10:42 AM |
character animation | nlfrnassimi | Vizard | 3 | 03-11-2009 02:46 PM |
Native WorldViz support for character animation | luakt | Vizard | 10 | 09-15-2008 11:39 PM |
animation sequence | pkhoosh | Vizard | 2 | 01-23-2006 08:03 AM |
animation sequence | shai | Vizard | 1 | 10-27-2004 10:09 AM |