|
Register •
FAQ
• Search • Login
|
About the next release: version 3.0
Author |
Message |
xpadmin
Site Admin
Joined: Thu Feb 07, 2013 11:16 am Posts: 1930
|
@TheMohawkNinja
To shake her head do:
loc.hs.state = SHAKE; // Shake type, can also be NOD, WIGGLE, LOOKUP, LOOKDOWN etc. loc.hs.dur = 1.2; // Duration of shake in this 1.2 sec loc.hs.speed = 2.5; // Speed of shake loc.hs.scale = 1.0; // Scale of shake if smaller, shake will have less movement SetHeadState(loc.hs);
To let her make scared movement with hands do:
SetGesture(SCARED); // This will start scared gesture
The scared gesture itself is defined as:
gesture[+] { type = SCARED; name = "*scared"; // The scared animation fade_out = 2.0; }
The scared movie is:
movie "scared" { // Contains the scared hands motion capture filename = "scenes/capture/saiko/scared1.bvh"; }
|
Fri Dec 05, 2014 1:02 pm |
|
 |
|
Who is online |
Users browsing this forum: No registered users and 22 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|