-
I'm having an issue thats driving me mad, I have built a simple app with a sceneview and added a simple model of a rock to the scene and it works, textures load etc.
However, I then wanted to move on…
-
### SPECIFIC ISSUE ENCOUNTERED
* Recently I encountered an increased rate of a black screen followed by an App crash. I'm not sure if i'm doing something wrong.
### VERSIONS USED
- Android Studi…
-
@tpsiaki
When I am trying to add viewRenderable through :
```
ViewRenderable.builder()
.setSource(getContext(),R.layout.ar_image).build()
.thenAccept(
…
-
I tried to compile and run the sample app, without any changes, and once you select any option on the menu list, nothing happens.
My phone is a Samsung A70.
At some point, a Java exception is …
-
Hi,
According to new version, ArCore provides face detection api to render 3d model on faces with 468 point 3d mesh. But i want to detect eye and iris position and currently 3 region types are supp…
-
Hi, How can I rotate and scale the rendered model in **SceneView** using gesture. I know **TransformableNode** can be used for rotating model in **ArFragment** but in this case I have to rotate the mo…
-
Hey!
I show "unable load renderableassets" error but webGLB work fine)
![2022-01-27_19-33-21](https://user-images.githubusercontent.com/50781959/151369261-8a6a3635-b890-4fc7-8047-8fb2a7cd343b.pn…
-
I am currently developing an indoor augmented reality navigation android application and I am struggling using Google ARCore with Sceneform to create a navigation path from my current location to the …
-
### SPECIFIC ISSUE ENCOUNTERED
In our app, we rapidly assign anchors to several points of a camera image and detaching them shortly after. Sometimes we run into this crash:
```
05-18 10:21:…
-
Hello,
I'm encountering a runtime crash in my AR app that uses Sceneform. The crash occurs immediately after granting camera and AR permissions, and it seems related to the ARCore LightEstimate fun…