-
I'm following all the steps mentioned in [here](https://developers.google.com/ar/develop/java/sceneform/import-assets) to import my assets using the Sceneform plugin.
While importing any 3D model …
-
Unable to create sfb file with this add-on obj-file.
I just normally convert a obj-file to sfb with SceneForm tools plugin.
The building log just output Cannot Create sfb file.
[plane.zip](https://…
-
The requirement that I have is
- need to download all 3d model assets from the cloud (Not bundled with APK.)
If I am using obj file (not glTF or glb), then I need to convert to sfb and load the m…
-
In Sceneform sample app we are loading models from model folder, in case I have more then 20 models assume for any shopping app then if I put all those models in asset folder, apk size will increase, …
-
Whenever i am trying to use --scale_overide command the exe stops working.
Can you please tell me how to use this command to override the scaling value of my files?
-
```
vmd gradle task
.pdb ---------> .obj -----------------> .sfa/.sfb
```
Based off the above envisioned pipeline for files representing 3D models, before I get into the …
-
Tell me please, how can I use SceneView with camera preview on background without AR session?
-
Getting below resource not found error, when I try to convert file from Poly to .sfb format.
Image is generated but colors are not rendered properly.
ubuntu@ubuntu:~/Downloads/google-ar-asset-co…
-
ERROR: Jsonnet Error: [1]: RUNTIME ERROR: Parameter 'roughness' doesn't have any applicable options
third_party/arcore/ar/rendercore/converter/data/mat_helpers.jsonnet:(162:5)-(177:24) function
thi…
-
Hi, i want to use this converter on an Android device, for runtime converting .obj to .sfb.
My code does not work.
val root = getExternalFilesDir(null).toString() + "/google-ar-asset-converter" …