Преглед изворни кода

Example: Fix webaudio_orientation for Chrome mobile

Mugen87 пре 6 година
родитељ
комит
1f2bd37b1a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/webaudio_orientation.html

+ 1 - 1
examples/webaudio_orientation.html

@@ -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();