Sceneform的SceneView setBackgroundResource可以工作,但模型未显示

问题描述

具有可绘制的图像背景:

enter image description here

彩色背景:

enter image description here

我面临的问题是当我尝试使用时

mSceneView.setBackgroundResource(R.drawable.restaurantblurred)

不显示我的TransformableNode模型,但是如果我将其用于颜色

mSceneView.setBackgroundResource(R.color.colorPrimary)

mSceneView.setBackgroundColor(getColor(R.color.colorPrimary)) 

有效。

因为SceneViews不能具有透明背景,所以我不能在其下面放置一层并将其背景设置为所需的期望图像。我想不出任何其他解决方案来解决这个问题... 也许SceneForm API中存在一个潜在的错误,我无法解决,因为它已被终止

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)