-
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3fbea55300000000
x0 000000775a706000 x1 0000006dfe9c12c0 x2 00000077ed7f2a98 x3 0000000000001000
x4 0000006dfe9c1270 x5 0000…
-
Hello!
As stated in this issue in the maintained Sceneform repository (https://github.com/ThomasGorisse/sceneform-android-sdk/issues/60) the `inverseTonemapSRGB` function makes the colors with the fu…
-
Using Google Sceneform Tools (Beta) v1.13.0, I only see the shadow of the models, not the geometry of the models.
Any ideas on how I can resolve this?
![Screenshot_20191101-154832](https://user-…
-
How do I realise a shared switchable camera access with sceneform+arCore and camera2-api?
-
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…
-
Could you clarify if and how the tooling and the SFB file format changes between the different releases? Is it safe to load models created with an older version of Sceneform or should we rebuild our m…
-
In trying to get an sceneform-using app building with Bazel, I ran into https://github.com/bazelbuild/bazel/issues/8791
However, this appears to be an issue with the Sceneform maven release - `rend…
-
Passing content URIs instead of URLs (`file` URLs still seem to work fine) fail with `java.net.MalformedURLException: unknown protocol: content`. It seems they are being handled as though they are URL…
-
Hi,
I'm trying to display a simple model without the camera feed by using `SceneView` directly instead of the `ArFragment`.
The code looks like this:
```kotlin
class SimpleSceneActivity : AppC…
-
### SPECIFIC ISSUE ENCOUNTERED
I am new to ARCore and interested to use the AugmentedFace API, I want to complete the AugmentedFace codelab [here](https://codelabs.developers.google.com/codelab…