leapjs network 使用WebRTC发送LeapMotion数据p2p
LeapJS网络允许LeapJS帧数据通过WebRTC在对等点之间传输。远程帧和本地帧合并在一起渲染。有关请参阅index.html 。 controller . use ( 'networking' , { peer : new Peer ( { key : 'myapikey' } ) , // WebRTC is handled by the PeerJS library & service plotter : new LeapDataPlotter ( ) // Optional - graphed debugging outputs } ) ; controller . plugins . networking . connect ( 'my-session-id' ) ;上面的代码将导致两个新连接的对等体共享它们所有的帧数据
用户评论