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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp487 void OALSource::SetReferenceDistance (Float32 inReferenceDistance) argument
490 DebugMessageN2("OALSource::SetReferenceDistance - OALSource:inReferenceDistance = %ld:%f\n", (long int) mSelfToken, inReferenceDistance);
493 if (inReferenceDistance < 0.0f)
499 if (inReferenceDistance == mReferenceDistance)
502 mReferenceDistance = inReferenceDistance;
H A DoalSource.h646 void SetReferenceDistance (Float32 inReferenceDistance);

Completed in 109 milliseconds