-
Notifications
You must be signed in to change notification settings - Fork 600
Load 3d models at runtime #531
Comments
Even I cannot seem to get it working. (v1.7.0) Here is the stack trace: |
@khonakr Yes exactly. They always say that we refer to the example but it’s not working. Cannot go forward for the issue. |
Until then you can still use 'com.google.ar.sceneform:assets:1.6.0' with 'com.google.ar.sceneform:core:1.7.0' unless you specifically need something from 1.7.0 assets. |
Thanks for the report. We will look into this. |
Any update on this issue? |
I'm facing same issue. Not able to load the 3D model from server. Getting following error
|
Poly Runtime Api only works with "GLTF" format. Anyother format will return error |
I was using GLTF back then, seems this was resolved with the sceneform update that happened after my post |
Nope , For me , If i use formattype of GLTF2 , runtime api works fine. Any other format throws error. |
**i'm not able to load my 3D model runtime, my model is GLTF type model. kindly help me ASAP it's not crashing my app but still not able to load the 3D model ** some of the errors are: Caused by: java.io.FileNotFoundException: http://abc.example.pk/CONTENT/PRODUCT/MODELS/model23329.gltf E/ModelRenderable: Unable to load Renderable registryId='/CONTENT/PRODUCT/MODELS/model23329.gltf'
|
The error indicates that your url isn't accessible. Have you double-checked that you can access that link from inside your app? When I click it it fails dns lookup. |
i posted my problem on stackoverflow if your can solved my problem so here it is : |
Seems like the example of the loading 3d models at runtime is not working.
example
Can provide a working sample for it ? Thank you.
The text was updated successfully, but these errors were encountered: