我注意到了Sceneform1.16.0,有时我的3D模型(glb)会加载,看起来很苍白/更轻(右屏幕截图),就像上面有一层。知道为什么会这样吗?这种情况大约每35次发生一次。


ModelRenderable.builder()
.setSource(context, Uri.parse(uri))
.setIsFilamentGltf(true)
.setRegistryId(uri)
.build()
.thenAccept { modelRenderable: ModelRenderable ->发布于 2022-04-15 22:35:57
通过将长丝版本撞到1.7.0来解决
https://stackoverflow.com/questions/71886725
复制相似问题