diff --git a/interface/src/devices/Visage.cpp b/interface/src/devices/Visage.cpp index 23bbdd69f8..f9d3f89552 100644 --- a/interface/src/devices/Visage.cpp +++ b/interface/src/devices/Visage.cpp @@ -73,9 +73,9 @@ static QMultiHash > createActionUnitNameMap() { blendshapeMap.insert("LipsLowerDown", QPair("au_lower_lip_drop", 1.0f)); blendshapeMap.insert("LipsUpperUp", QPair("au_upper_lip_raiser", 1.0f)); blendshapeMap.insert("LipsStretch_R", QPair("au_lip_stretcher_left", 1.0f)); - blendshapeMap.insert("MouthSmile_L", QPair("au_lip_corner_depressor", 1.0f)); - blendshapeMap.insert("MouthSmile_R", QPair("au_lip_corner_depressor", 1.0f)); - blendshapeMap.insert("LipsPucker", QPair("au_lip_presser", 1.0f)); + blendshapeMap.insert("MouthSmile_L", QPair("au_lip_corner_depressor", -1.0f)); + blendshapeMap.insert("MouthSmile_R", QPair("au_lip_corner_depressor", -1.0f)); + blendshapeMap.insert("LipsPucker", QPair("au_lip_presser", 0.0f)); blendshapeMap.insert("BrowsU_R", QPair("au_left_outer_brow_raiser", 1.0f)); blendshapeMap.insert("BrowsU_C", QPair("au_left_inner_brow_raiser", 0.5f)); blendshapeMap.insert("BrowsD_R", QPair("au_left_brow_lowerer", 1.0f)); @@ -85,7 +85,7 @@ static QMultiHash > createActionUnitNameMap() { blendshapeMap.insert("EyeSquint_R", QPair("au_lid_tightener", 1.0f)); blendshapeMap.insert("EyeOpen_L", QPair("au_upper_lid_raiser", 1.0f)); blendshapeMap.insert("EyeOpen_R", QPair("au_upper_lid_raiser", 1.0f)); - blendshapeMap.insert("MouthLeft", QPair("au_lower_lip_x_push", 1.0f)); + blendshapeMap.insert("MouthLeft", QPair("au_lower_lip_x_push", 0.0f)); blendshapeMap.insert("LipsStretch_L", QPair("au_lip_stretcher_right", 1.0f)); blendshapeMap.insert("BrowsU_L", QPair("au_right_outer_brow_raiser", 1.0f)); blendshapeMap.insert("BrowsU_C", QPair("au_right_inner_brow_raiser", 0.5f));