arcore_flutter_plugin icon indicating copy to clipboard operation
arcore_flutter_plugin copied to clipboard

Change ARFace at runtime

Open scognito opened this issue 5 years ago • 2 comments

Is possible to change the ARFaceModel at runtime? I didn't make it work, the texture remains always the same. Seems that a new call to arCoreFaceController.loadMesh doesn't load the new texture.

scognito avatar Jan 24 '20 18:01 scognito

Partially solved but don't know how good this solution is. To force the ArCoreFaceView to load new faces I passed to the ArCoreFaceView the parameter "key: UniqueKey()"

scognito avatar Jan 27 '20 10:01 scognito

Hello, can you post a sample code for changing ARFaceModel ar runtime?

AmrAbdelghany avatar Jan 21 '23 08:01 AmrAbdelghany