Ejemplo n.º 1
0
        public void ApplyExternal(ARKitFacialValues arkitFacialValues)
        {
            if (remapper == null)
            {
                remapper = new ARKitToBlendshapeRemapper(skin, blendShapeList, indexList, strengthMultiplierList);
            }

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