We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在视频只能滑动, 如果不想缩放画面的话, 该在哪里怎么改, 能不能详细说明下
The text was updated successfully, but these errors were encountered:
1.捕获pinch手势,算出缩放比例 2.调用MD360Director#updateProjectionNear实现缩放
MD360Director#updateProjectionNear
如果有android基础,可以参考下 ashqal/MD360Player4Android@3acba03 等我实现的话,估计要这周末才有空
Sorry, something went wrong.
恩 我先试试 希望可以补充此功能 这个库做的挺好的
#6 add pinch support
fd00238
/////////////////////////////////////////////////////// MDVRLibrary MDVRConfiguration* config = [MDVRLibrary createConfig]; ... [config pinchEnabled:true]; self.vrLibrary = [config build]; /////////////////////////////////////////////////////// MDVRLibrary
No branches or pull requests
现在视频只能滑动, 如果不想缩放画面的话, 该在哪里怎么改, 能不能详细说明下
The text was updated successfully, but these errors were encountered: