Reputation: 17383
I'm using:
Android Studio Bumblebee | 2021.1.1
now I want to render an obj file. each obj file have three files:
In previous versions of Android Studio I used to convert these 3 files into one file (sfb).
then I used this file to render my 3d file (the my texture was inside of this sfb file.)
but this version not supported Google Sceneform Tools plugin
.
Upvotes: 0
Views: 1235
Reputation: 533
This plugin is outdated since 2020 I guess, same with the Library. An up to date Library based on the old one can be found here https://github.com/SceneView/sceneform-android The SFB-Support has been abandoned. The new kid on block is called glb/gltf. If you know Blender you can convert your OBJ-files to GLB-files https://docs.blender.org/manual/en/2.80/addons/io_scene_gltf2.html If you have still questions feel free to join the SceneView Discord-Server https://discord.gg/UbNDDBTNqb
Upvotes: 1