I'm using the Huawei Scene Kit to load a 3D model (glTF format), and after I finish loading, the model does not display in-app. I checked the developer documentation and glTF is supposed to be a supported format. Is there something not mentioned in the documentation I'm supposed to do in order to load my model?
You can check whether your 3D materials are loaded from the local assets directory or not. ( A must in SDK version: com.huawei.scenekit:sdk:5.0.2.302)
Also check whether 3D materials are correct. If the materials have some problems, they will be abnormally displayed or even fail to be displayed.
To check 3D materials, you could use glTF Viewer
For glTF materials, you still need to do the following:
Check whether the URI in images is correct, and whether the material type is supported by Scene Kit of the version you are using.
Check whether mimeType of bufferView in images is supported by Scene Kit of the version you are using.
Scene Kit of current version 5.0.2.302 is unable to load or display light, camera, or animations of glTF materials.