Skip to content

口を閉じているときにMouthSadになりやすい #8

Description

@pikepikeid

0.2fだと誤作動しやすいので、0.25fか0.3fぐらいまで制限した方がよさそう

// Shrug->Frown変換
var mouthShrugLower =
pShape[(int)BlendShape.Index.MouthShrugLower] > 0.2f
? (pShape[(int)BlendShape.Index.MouthShrugLower] - 0.2f) / 0.3f
: 0f;
var mouthShrugUpper =
pShape[(int)BlendShape.Index.MouthShrugUpper] > 0.2f
? (pShape[(int)BlendShape.Index.MouthShrugUpper] - 0.2f) / 0.3f
: 0f;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions