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
设置播放模式为横屏iphone会出现两个video类似vr模式 是怎么回事儿
The text was updated successfully, but these errors were encountered:
那个是vr眼镜模式
Sorry, something went wrong.
如何变成一个video?
把mxreality.js文件里的这段分支去掉应该就行了
if ((AVR.isMobileDevice() && AVR.isCrossScreen())) { that.cameraTexture.repeat.x = width / (2 * that.video.videoWidth); that.effect.setSize(width, height); that.effect.render(that.scene, that.camera); } else {
请问下 为何我把这代码删了还是 出现两个video类似vr模式呢
No branches or pull requests
设置播放模式为横屏iphone会出现两个video类似vr模式 是怎么回事儿
The text was updated successfully, but these errors were encountered: