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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4073 Float32 SourceVelocity[3]; local
4074 GetVelocity (SourceVelocity[0], SourceVelocity[1], SourceVelocity[2]);
4077 bool SourceHasVelocity = !IsZeroVector(SourceVelocity);
4082 Float32 NUvss = (aluDotproduct(SourceToListener, SourceVelocity))/MAG(SourceToListener);

Completed in 211 milliseconds