react-360:如何在react-360中更改背景表面的半径

时间:2018-10-01 01:54:46

标签: react-native 360-virtual-reality

我正在使用React-360播放360度3D视频。对于我的视频,对360度视频进行纹理处理的背景球与我想要的距离不正确。如何更改背景的半径,使其更大或更小?

r360.renderToSurface(
   r360.createRoot('vid', { /* initial props */ }),
   r360.getDefaultSurface()
);

const player = r360.compositor.createVideoPlayer('myplayer');
r360.compositor.setBackgroundVideo('myplayer');

0 个答案:

没有答案