mxreality.js icon indicating copy to clipboard operation
mxreality.js copied to clipboard

设置播放模式为横屏iphone会出现两个video类似vr模式 是怎么回事儿

Open LiLongFei0 opened this issue 4 years ago • 4 comments

设置播放模式为横屏iphone会出现两个video类似vr模式 是怎么回事儿

LiLongFei0 avatar Jan 09 '21 09:01 LiLongFei0

那个是vr眼镜模式

wmlgl avatar Mar 31 '21 07:03 wmlgl

如何变成一个video?

zihao114 avatar Apr 30 '21 09:04 zihao114

把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 {

wmlgl avatar May 11 '21 06:05 wmlgl

请问下 为何我把这代码删了还是 出现两个video类似vr模式呢

luolxb avatar Sep 19 '21 09:09 luolxb