提交 270d11fb 编写于 作者: M Mr.doob

PositionalAudio: Use HRTF panninModel for better results.

上级 c1e55c26
......@@ -12,6 +12,7 @@ function PositionalAudio( listener ) {
Audio.call( this, listener );
this.panner = this.context.createPanner();
this.panningModel = 'HRTF';
this.panner.connect( this.gain );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册