olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Add support for GLTF #58

Closed lupohirp closed 4 years ago

lupohirp commented 4 years ago

Hello,

it's possibile to add support for GLTF through the GLTFSceneForm?

olexale commented 4 years ago

Hi,

I don't think gltf is supported by ARKit and for me GLTFSceneForm sounds like something from ARCore world.. Do you have an example of using gltf with arkit?

lupohirp commented 4 years ago

Sorry, i'm new to AR world and their framework/ formats, so maybe i'm sayin a no-sense thing. Howewer i found this :

https://github.com/prolificinteractive/SamMitiAR-iOS

But, from your response, i understand that it's not possibile...... Howewer, is obj supported instead? should be supported from arkit from what i've understanded

olexale commented 4 years ago

I would not say not possible, cause there is a 3rd-party dependency GLTFSceneKit which allows this. But yeah, currently it is not supported.