|
listener.upY.setValueAtTime( up.y, this.context.currentTime );
|
|
listener.upY.setValueAtTime( up.y, this.context.currentTime );
|
|
listener.upZ.setValueAtTime( up.z, this.context.currentTime );
|
|
listener.upZ.setValueAtTime( up.z, this.context.currentTime );
|
|
listener.setPosition( position.x, position.y, position.z );
|
|
listener.setPosition( position.x, position.y, position.z );
|
|
listener.setOrientation( orientation.x, orientation.y, orientation.z, up.x, up.y, up.z );
|
|
listener.setOrientation( orientation.x, orientation.y, orientation.z, up.x, up.y, up.z );
|