-
![sceneformissue](https://user-images.githubusercontent.com/52043861/60771471-0e187080-a102-11e9-9f8c-020443cbc419.JPG)
-
Following the instructions exactly leads to the following exception when using Android Studio 3.6:
```
Error: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.android.tools.idea.templa…
-
When I import a new obj using Sceneform 1.4.0 an empty collision entry is added to the SFA. In the [Sceneform sample](https://github.com/google-ar/sceneform-android-sdk/blob/master/hellosceneform/app/…
-
So, from the Sceneform documentation [here](https://developers.google.com/ar/develop/java/sceneform/import-assets), SceneForm accepts the following 3D input asset formats:
- obj
- fix
- glTF
whi…
-
I converted andy.obj to andy.sfa & andy.sfb using android sceneform beta. At compile time, sfa & sfb's version is 0.52:1. And then I imported it to my apk.
At run time, there's an exception about ren…
-
I cannot convert .obj file to .sfa and .sfb. it shows deprecated gradle build.
Please can you help me to solve my issue. please emaiil me
email : anamularshad@gmail.com
-
Does sceneform support importing models whose size is grater than 500mb, In my case the car 3D model which I was trying to import was 950mb. When I tried to import it as sceneform asset, the gradle bu…
-
OS: Window 10 Pro
Android Studio: 3.5
sceneform1.9.0
Error is "at com.google.ar.sceneform.plugin.CreateRCATask.action (CreateRCATask.java:131)",
but I cannot find THE file CreateRRCATask.java, e…
-
Hi I am having difficulty converting it to Java for my project. I am not compiling Java and kotlin together. Also Importing Sceneform Asset for customer_material.obj the sfa file is not as is in this …
-
Hi,
GLB import seems broken, it doesn't take into account the metallicFactor & roughnessFactor (and maybe other properties), converted SFA metallic is always 0 and roughness always 1. The same mode…