You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
Are there any plans to update this project to the latest filament release ?
I am hoping this fixes some of the Issues I experience in the current sceneform 1.6 version.
Currently,sceneform uses filament-android:1.4.5
It is also confusing to use different version codes for filament and sceneform.
The text was updated successfully, but these errors were encountered:
I already tried updating the version in the gradle file.
Had to do 2 small code changes to sceneform, but crashes at run time with 2020-05-13 10:14:37.804 7581-7581/com.google.ar.sceneform.samples.gltf E/Filament: in static filament::MaterialParser *filament::details::FMaterial::createParser(backend::Backend, const void *, size_t):493 reason: could not parse the material package 2020-05-13 10:14:37.804 7581-7581/com.google.ar.sceneform.samples.gltf E/Filament: --------- beginning of crash 2020-05-13 10:14:37.804 7581-7581/com.google.ar.sceneform.samples.gltf A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x10 in tid 7581 (rm.samples.gltf), pid 7581 (rm.samples.gltf)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Are there any plans to update this project to the latest filament release ?
I am hoping this fixes some of the Issues I experience in the current sceneform 1.6 version.
Currently,sceneform uses
filament-android:1.4.5
It is also confusing to use different version codes for filament and sceneform.
The text was updated successfully, but these errors were encountered: