提交 1f2bd37b 编写于 作者: M Mugen87

Example: Fix webaudio_orientation for Chrome mobile

上级 1cbcaab0
......@@ -158,6 +158,7 @@
camera.add( listener );
var audioElement = document.getElementById( 'music' );
audioElement.play();
var positionalAudio = new THREE.PositionalAudio( listener );
positionalAudio.setMediaElementSource( audioElement );
......@@ -184,7 +185,6 @@
} );
audioElement.play();
boomBox.add( positionalAudio );
scene.add( boomBox );
animate();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册