giandifra / arcore_flutter_plugin

Flutter plugin for ARCore SDK, Android platform to build new augmented reality experiences
MIT License
435 stars 281 forks source link

Unable to load 3d model in ArCoreFaceView besides SFB #128

Open busterbogheart opened 3 years ago

busterbogheart commented 3 years ago

I'm at the end of my rope here. The goal is to use ArCoreFaceView and add custom 3d objects exported from Blender. No animations required. But I'm not able to load GLB, GLTF, OBJ, or FBX with ArCoreFaceController.loadMesh().

The example fox_face.sfb works (but shows black where transparency should be). And we can't generate SFB/SFA models anymore.

  1. What are the valid formats for a 3d object loaded onto a mesh in ArCoreFaceView?

  2. Does changing the sceneform library version in build.gradle affect any of this?

thank you for any help

busterbogheart commented 3 years ago

Is anyone knowledgeable about this? Is it still being maintained?

KennyChan94P commented 2 years ago

hi @busterbogheart , have you found any solution to load local GLB or GLTF assets?