Stephen Emery
Stephen Emery
Have you tried setting a different environment? These are used to determine how things are lit. ``` Scene( ... environment = environmentLoader.createHDREnvironment( assetFileLocation = "environments/sky_2k.hdr" )!! ) ``` Here are...
The error is correct, ARCore version `1.41.1` does not have `acquireEnvironmentalHdrCubeMap()`. it's best to use the same ARCore version the Sceneform-Maintained release does. In this case, `com.gorisse.thomas.sceneform:sceneform:1.23.0` is using ARCore...
If I remember correctly, the frame/image will match whatever the hardware camera sensor orientation is. On Android devices, this could be portrait or landscape depending. So it's up to the...
I'm not sure when this was fixed, but I tried again today with the latest ARCore [release 1.44.0](https://github.com/google-ar/arcore-android-sdk/releases/tag/1.44.0) and it worked 🎉 Steps: 1. Download the latest apk (not the...
Is AR Core able to run on emulators now? If so, I'd love to hear how.
As for the error, we chatted about this in the Discord group. This is caused by using a mismatched version of ARCore and Sceneform. When using a specific Sceneform Maintained...
This issue is the same as #463