Searched refs:ListenerVelocity (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp3953 ListenerVelocity[3], local
3983 mOwningContext->GetListenerVelocity(&ListenerVelocity[0], &ListenerVelocity[1], &ListenerVelocity[2]);
4078 bool ListenerHasVelocity = !IsZeroVector(ListenerVelocity);
4081 Float32 NUvls = (aluDotproduct(SourceToListener, ListenerVelocity))/MAG(SourceToListener);

Completed in 218 milliseconds