View unanswered posts | View active topics It is currently Sat Apr 27, 2024 10:41 am



Reply to topic  [ 361 posts ]  Go to page Previous  1 ... 33, 34, 35, 36, 37
 About the next release: version 3.0 
Author Message
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
@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
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 361 posts ]  Go to page Previous  1 ... 33, 34, 35, 36, 37

Who is online

Users browsing this forum: No registered users and 56 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

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.