After Google released the 1.16.0 version of the Sceneform they deprecated SFB and SFB Android Studio Plugin. They are adopting the use of GLTF format instead of the SFB.
Deprecates support for SFB & the SFB Sceneform Android Studio plugin (glTF can be used instead).
Facing this new reality I'm going to not do any update in this repo anymore.
Copyright (c) 2018 Google Inc. All rights reserved.
Sceneform is a 3D framework, with a physically based renderer, that's optimized for mobile, and that makes it easy for Java developers to build augmented reality apps.
Please note, we do not accept pull requests.
This repository contains Sceneform binaries to generate .SFA and .SFB files to import on any ARCore projects.
$ ./sceneform_sdk/linux/converter -a -d --mat ./sceneform_sdk/default_materials/obj_material.sfm --outdir ./output/ ./input/andy.obj
See the Sceneform API Reference.
By downloading the Sceneform SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.
To see the single available arguments call
./converter -h
or
./matc -h
repectively.