google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Converting from .dae files to .sfa files #275

Open pjmcnerney-mlbam opened 6 years ago

pjmcnerney-mlbam commented 6 years ago

So, from the Sceneform documentation here, SceneForm accepts the following 3D input asset formats:

which are converted to either .sfa or .sfb files.

However, .dae (COLLADA) does not seem to be supported (or at least is not documented). The best I've seen with trying to convert from .dae to .sfa involves going from COLLADA to glTF, then using the glTF as input into the .sfa conversion process (e.g. through running gradle compileSceneformAssets).

Can direct conversion from .dae to .sfa/.sfb files be supported? This would help in normalizing some workflows compared to ARKit.

Thanks in advance!

gstanlo commented 6 years ago

Presently COLLADA is not officially supported, but we appreciate the feature request.