arcore_flutter_plugin
arcore_flutter_plugin copied to clipboard
Change ARFace at runtime
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.
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()"
Hello, can you post a sample code for changing ARFaceModel ar runtime?