예제 #1
0
 public override void SetListenerOrientation(Vector3 top, Vector3 front)
 {
     float[] listenerOri = new float[] { front.X, front.Y, front.Z, top.X, top.Y, top.Z };
     AlNative.alListenerfv(AlNative.AL_ORIENTATION, listenerOri);
     ALEngine.checkAlError();
 }