Skip to content

Commit

Permalink
Invert Face position rotation on axis Y
Browse files Browse the repository at this point in the history
  • Loading branch information
m2wasabi committed Dec 8, 2018
1 parent de2d74d commit 3b3afee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/LiveAvatar/AvatarController/VRM/FaceLandmarkMorph.cs
Expand Up @@ -28,14 +28,14 @@ public class FaceLandmarkMorph : MonoBehaviour
private Vector3[] HeadAngBuffer = new Vector3[5];

// キャラクター制御パラメーターの調整値
protected float BodyPosX = 3;
protected float BodyPosX = -3;
protected float BodyPosY = 3;
protected float BodyPosRatioZ = 1.2f;
protected float BodyPosOffsetZ = 0.0f;
protected Vector3 HeadAngleOffset;
protected float HeadRotateOffsetX = 0;
protected float HeadRotateOffsetY = 0;
protected float HeadRotateRatioY = -70;
protected float HeadRotateRatioY = 70;
protected float HeadRotateOffsetZ = 90;
protected float HeadRotateRatioX = -300;
protected float LipOpenRatio = 2;
Expand Down

0 comments on commit 3b3afee

Please sign in to comment.