草庐IT

mVrPanoramaView

全部标签

android - 如何在 VrPanoramaView 中动态移动图像

我在VrPanoramaView中使用了下图当我在View中加载它时,它看起来像这样。但我希望它在打开图像之前将图像动态移动到左侧,就像这样。我可以用手指移动图像,但我希望它在加载时设置角度。这是我的代码。VrPanoramaView.Optionsoptions=newVrPanoramaView.Options();InputStreaminputStream=null;AssetManagerassetManager=getAssets();inputStream=assetManager.open("test_2"+".jpg");options.inputType=VrPan