Beispiel #1
0
        public void ApplyExternal(ARKitFacialValues arkitFacialValues)
        {
            if (remapper == null)
            {
                remapper = new ARKitToBlendshapeRemapper(skin, blendShapeList, indexList, strengthMultiplierList);
            }

            remapper.Apply(arkitFacialValues);
        }
Beispiel #2
0
 private void Start()
 {
     remapper = new ARKitToBlendshapeRemapper(skin, blendShapeList, indexList, strengthMultiplierList);
 }