VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Avatar.AVR_PoseProvider.Update ( )
inlineprivate

Definition at line 355 of file AVR_PoseProvider.cs.

356  {
357  #if AVR_NET
358  if(synchronizePose) sync();
359  #endif
360 
361  SetBody();
362 
363  // This is something we need in "CorrectBodyYawAngle".
364  last_yaw = Mathf.MoveTowardsAngle(last_yaw, bodyTransform.rotation.eulerAngles.y, 9999.0f);
365 
366  UpdateLeftFoot();
367  UpdateRightFoot();
368  }