具有可绘制的图像背景:
带彩色背景:
我面临的问题是当我尝试使用
mSceneView.setBackgroundResource(R.drawable.restaurantblurred)
它不显示我的 TransformableNode
但是如果我用它来做颜色
mSceneView.setBackgroundResource(R.color.colorPrimary)
或
mSceneView.setBackgroundColor(getColor(R.color.colorPrimary))
它起作用了。
因为sceneviews没有透明的背景,所以我不能在它下面放置一个图层,并将它的背景设置为我想要的图像。我想不出其他解决这个问题的办法。。。可能sceneformapi中有一个我无法解决的潜在错误,因为它已经停止使用了
暂无答案!
目前还没有任何答案,快来回答吧!